Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 6dfab25

Browse files
chore: Updating Python Requirements (#849)
1 parent 89eceee commit 6dfab25

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pynacl==1.4.0
131131
# -r requirements/base.txt
132132
# -r requirements/test.txt
133133
# paramiko
134-
pyparsing==2.4.7
134+
pyparsing==3.0.1
135135
# via
136136
# -r requirements/test.txt
137137
# packaging
@@ -179,7 +179,7 @@ toml==0.10.2
179179
# -r requirements/test.txt
180180
# pytest
181181
# tox
182-
tomli==1.2.1
182+
tomli==1.2.2
183183
# via
184184
# -r requirements/pip-tools.txt
185185
# pep517
@@ -194,7 +194,7 @@ urllib3==1.26.7
194194
# -r requirements/base.txt
195195
# -r requirements/test.txt
196196
# requests
197-
virtualenv==20.8.1
197+
virtualenv==20.9.0
198198
# via tox
199199
websocket-client==0.59.0
200200
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pynacl==1.4.0
101101
# via
102102
# -r requirements/base.txt
103103
# paramiko
104-
pyparsing==2.4.7
104+
pyparsing==3.0.1
105105
# via packaging
106106
pyrsistent==0.18.0
107107
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pep517==0.12.0
1010
# via pip-tools
1111
pip-tools==6.4.0
1212
# via -r requirements/pip-tools.in
13-
tomli==1.2.1
13+
tomli==1.2.2
1414
# via pep517
1515
wheel==0.37.0
1616
# via pip-tools

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pynacl==1.4.0
8181
# via
8282
# -r requirements/base.txt
8383
# paramiko
84-
pyparsing==2.4.7
84+
pyparsing==3.0.1
8585
# via packaging
8686
pyrsistent==0.18.0
8787
# via

0 commit comments

Comments
 (0)