Skip to content

Commit 0b4d251

Browse files
edx-requirements-botfeanil
authored andcommitted
chore: Upgrade Python requirements
1 parent 90a3638 commit 0b4d251

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -24,7 +24,7 @@ cffi==2.0.0
2424
# via
2525
# cryptography
2626
# pynacl
27-
charset-normalizer==3.4.5
27+
charset-normalizer==3.4.6
2828
# via requests
2929
click==8.3.1
3030
# via edx-django-utils
@@ -124,7 +124,7 @@ pydantic==2.12.5
124124
# via camel-converter
125125
pydantic-core==2.41.5
126126
# via pydantic
127-
pyjwt[crypto]==2.11.0
127+
pyjwt[crypto]==2.12.1
128128
# via
129129
# -r requirements/base.in
130130
# drf-jwt

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -10,7 +10,7 @@ colorama==0.4.6
1010
# via tox
1111
distlib==0.4.0
1212
# via virtualenv
13-
filelock==3.25.1
13+
filelock==3.25.2
1414
# via
1515
# python-discovery
1616
# tox

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/quality.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -47,11 +47,11 @@ cffi==2.0.0
4747
# -r requirements/test.txt
4848
# cryptography
4949
# pynacl
50-
chardet==7.0.1
50+
chardet==7.1.0
5151
# via
5252
# -r requirements/test.txt
5353
# diff-cover
54-
charset-normalizer==3.4.5
54+
charset-normalizer==3.4.6
5555
# via
5656
# -r requirements/base.txt
5757
# -r requirements/test.txt
@@ -175,7 +175,7 @@ edx-drf-extensions==10.6.0
175175
# via
176176
# -r requirements/base.txt
177177
# -r requirements/test.txt
178-
edx-lint==5.6.0
178+
edx-lint==6.0.0
179179
# via -r requirements/quality.in
180180
edx-opaque-keys==3.1.0
181181
# via
@@ -197,11 +197,11 @@ elasticsearch-dsl==7.4.1
197197
# django-elasticsearch-dsl-drf
198198
factory-boy==3.3.3
199199
# via -r requirements/test.txt
200-
faker==40.8.0
200+
faker==40.11.0
201201
# via
202202
# -r requirements/test.txt
203203
# factory-boy
204-
filelock==3.25.1
204+
filelock==3.25.2
205205
# via
206206
# -r requirements/test.txt
207207
# python-discovery
@@ -323,7 +323,7 @@ pygments==2.19.2
323323
# -r requirements/test.txt
324324
# diff-cover
325325
# pytest
326-
pyjwt[crypto]==2.11.0
326+
pyjwt[crypto]==2.12.1
327327
# via
328328
# -r requirements/base.txt
329329
# -r requirements/test.txt

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade
@@ -38,9 +38,9 @@ cffi==2.0.0
3838
# -r requirements/base.txt
3939
# cryptography
4040
# pynacl
41-
chardet==7.0.1
41+
chardet==7.1.0
4242
# via diff-cover
43-
charset-normalizer==3.4.5
43+
charset-normalizer==3.4.6
4444
# via
4545
# -r requirements/base.txt
4646
# requests
@@ -145,9 +145,9 @@ elasticsearch-dsl==7.4.1
145145
# django-elasticsearch-dsl-drf
146146
factory-boy==3.3.3
147147
# via -r requirements/test.in
148-
faker==40.8.0
148+
faker==40.11.0
149149
# via factory-boy
150-
filelock==3.25.1
150+
filelock==3.25.2
151151
# via
152152
# python-discovery
153153
# tox
@@ -236,7 +236,7 @@ pygments==2.19.2
236236
# via
237237
# diff-cover
238238
# pytest
239-
pyjwt[crypto]==2.11.0
239+
pyjwt[crypto]==2.12.1
240240
# via
241241
# -r requirements/base.txt
242242
# drf-jwt

0 commit comments

Comments
 (0)