Skip to content

Commit 9e5156d

Browse files
chore: Updating Python Requirements (#299)
1 parent dbe0126 commit 9e5156d

5 files changed

Lines changed: 19 additions & 20 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==1.16.0
1212
# via cryptography
1313
charset-normalizer==3.3.2
1414
# via requests
15-
cryptography==42.0.2
15+
cryptography==42.0.4
1616
# via
1717
# pyjwt
1818
# social-auth-core
@@ -36,7 +36,6 @@ pycparser==2.21
3636
pyjwt[crypto]==2.8.0
3737
# via
3838
# -r requirements/base.in
39-
# pyjwt
4039
# social-auth-core
4140
python3-openid==3.2.0
4241
# via social-auth-core
@@ -60,5 +59,5 @@ sqlparse==0.4.4
6059
# via django
6160
typing-extensions==4.9.0
6261
# via asgiref
63-
urllib3==2.2.0
62+
urllib3==2.2.1
6463
# via requests

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tox==3.28.0
2626
# via
2727
# -c requirements/constraints.txt
2828
# -r requirements/ci.in
29-
virtualenv==20.25.0
29+
virtualenv==20.25.1
3030
# via tox

requirements/dev.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ code-annotations==1.6.0
4949
# via
5050
# -r requirements/test.txt
5151
# edx-lint
52-
coverage[toml]==7.4.1
52+
coverage[toml]==7.4.2
5353
# via
5454
# -r requirements/test.txt
55-
# coverage
5655
# pytest-cov
57-
cryptography==42.0.2
56+
cryptography==42.0.4
5857
# via
5958
# -r requirements/test.txt
6059
# pyjwt
@@ -144,7 +143,7 @@ pbr==6.0.0
144143
# via
145144
# -r requirements/test.txt
146145
# stevedore
147-
pip-tools==7.3.0
146+
pip-tools==7.4.0
148147
# via -r requirements/pip-tools.txt
149148
platformdirs==4.2.0
150149
# via
@@ -174,7 +173,6 @@ pycryptodomex==3.20.0
174173
pyjwt[crypto]==2.8.0
175174
# via
176175
# -r requirements/test.txt
177-
# pyjwt
178176
# social-auth-core
179177
pylint==3.0.3
180178
# via
@@ -200,7 +198,8 @@ pyproject-hooks==1.0.0
200198
# via
201199
# -r requirements/pip-tools.txt
202200
# build
203-
pytest==8.0.0
201+
# pip-tools
202+
pytest==8.0.1
204203
# via
205204
# -r requirements/test.txt
206205
# pytest-cov
@@ -294,11 +293,11 @@ typing-extensions==4.9.0
294293
# pylint
295294
unittest2==1.1.0
296295
# via -r requirements/test.txt
297-
urllib3==2.2.0
296+
urllib3==2.2.1
298297
# via
299298
# -r requirements/test.txt
300299
# requests
301-
virtualenv==20.25.0
300+
virtualenv==20.25.1
302301
# via
303302
# -r requirements/ci.txt
304303
# -r requirements/test.txt

requirements/pip-tools.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ importlib-metadata==7.0.1
1212
# via build
1313
packaging==23.2
1414
# via build
15-
pip-tools==7.3.0
15+
pip-tools==7.4.0
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.0.0
18-
# via build
18+
# via
19+
# build
20+
# pip-tools
1921
tomli==2.0.1
2022
# via
2123
# build

requirements/test.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ click-log==0.4.0
3535
# via edx-lint
3636
code-annotations==1.6.0
3737
# via edx-lint
38-
coverage[toml]==7.4.1
38+
coverage[toml]==7.4.2
3939
# via
4040
# -r requirements/test.in
4141
# pytest-cov
42-
cryptography==42.0.2
42+
cryptography==42.0.4
4343
# via
4444
# -r requirements/base.txt
4545
# pyjwt
@@ -118,7 +118,6 @@ pycryptodomex==3.20.0
118118
pyjwt[crypto]==2.8.0
119119
# via
120120
# -r requirements/base.txt
121-
# pyjwt
122121
# social-auth-core
123122
pylint==3.0.3
124123
# via
@@ -134,7 +133,7 @@ pylint-plugin-utils==0.8.2
134133
# via
135134
# pylint-celery
136135
# pylint-django
137-
pytest==8.0.0
136+
pytest==8.0.1
138137
# via
139138
# pytest-cov
140139
# pytest-django
@@ -208,9 +207,9 @@ typing-extensions==4.9.0
208207
# pylint
209208
unittest2==1.1.0
210209
# via -r requirements/test.in
211-
urllib3==2.2.0
210+
urllib3==2.2.1
212211
# via
213212
# -r requirements/base.txt
214213
# requests
215-
virtualenv==20.25.0
214+
virtualenv==20.25.1
216215
# via tox

0 commit comments

Comments
 (0)