Skip to content

Commit 31a4422

Browse files
chore: Upgrade Python requirements
1 parent cd60ebb commit 31a4422

File tree

9 files changed

+332
-288
lines changed

9 files changed

+332
-288
lines changed

requirements/base.txt

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
66
#
7-
asgiref==3.7.2
7+
asgiref==3.8.1
88
# via django
99
attrs==23.2.0
1010
# via
1111
# jsonschema
1212
# referencing
13-
certifi==2024.2.2
13+
certifi==2024.7.4
1414
# via requests
1515
cffi==1.16.0
1616
# via
@@ -22,11 +22,11 @@ click==8.1.7
2222
# via
2323
# code-annotations
2424
# edx-django-utils
25-
code-annotations==1.6.0
25+
code-annotations==1.8.0
2626
# via edx-toggles
27-
cryptography==42.0.5
27+
cryptography==43.0.0
2828
# via pyjwt
29-
django==3.2.24
29+
django==4.2.14
3030
# via
3131
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
3232
# -r requirements/base.in
@@ -47,75 +47,73 @@ django-waffle==4.1.0
4747
# edx-django-utils
4848
# edx-drf-extensions
4949
# edx-toggles
50-
djangorestframework==3.14.0
50+
djangorestframework==3.15.2
5151
# via
5252
# -r requirements/base.in
5353
# drf-jwt
5454
# edx-drf-extensions
55+
dnspython==2.6.1
56+
# via pymongo
5557
drf-jwt==1.19.2
5658
# via edx-drf-extensions
57-
edx-codejail==3.3.3
59+
edx-codejail==3.4.1
5860
# via -r requirements/base.in
59-
edx-django-utils==5.10.1
61+
edx-django-utils==5.14.2
6062
# via
6163
# -r requirements/base.in
6264
# edx-drf-extensions
6365
# edx-toggles
64-
edx-drf-extensions==10.2.0
66+
edx-drf-extensions==10.3.0
6567
# via -r requirements/base.in
66-
edx-opaque-keys==2.5.1
68+
edx-opaque-keys==2.10.0
6769
# via edx-drf-extensions
68-
edx-toggles==5.1.1
70+
edx-toggles==5.2.0
6971
# via -r requirements/base.in
70-
idna==3.6
72+
idna==3.7
7173
# via requests
72-
jinja2==3.1.3
74+
jinja2==3.1.4
7375
# via code-annotations
74-
jsonschema==4.21.1
76+
jsonschema==4.23.0
7577
# via -r requirements/base.in
7678
jsonschema-specifications==2023.12.1
7779
# via jsonschema
7880
markupsafe==2.1.5
7981
# via jinja2
80-
newrelic==9.7.0
82+
newrelic==9.12.0
8183
# via edx-django-utils
8284
pbr==6.0.0
8385
# via stevedore
84-
psutil==5.9.8
86+
psutil==6.0.0
8587
# via edx-django-utils
86-
pycparser==2.21
88+
pycparser==2.22
8789
# via cffi
8890
pyjwt[crypto]==2.8.0
8991
# via
9092
# drf-jwt
9193
# edx-drf-extensions
92-
pymongo==3.13.0
94+
pymongo==4.8.0
9395
# via edx-opaque-keys
9496
pynacl==1.5.0
9597
# via edx-django-utils
9698
python-slugify==8.0.4
9799
# via code-annotations
98-
pytz==2024.1
99-
# via
100-
# django
101-
# djangorestframework
102100
pyyaml==6.0.1
103101
# via code-annotations
104-
referencing==0.33.0
102+
referencing==0.35.1
105103
# via
106104
# jsonschema
107105
# jsonschema-specifications
108-
requests==2.31.0
106+
requests==2.32.3
109107
# via edx-drf-extensions
110-
rpds-py==0.18.0
108+
rpds-py==0.19.0
111109
# via
112110
# jsonschema
113111
# referencing
114112
semantic-version==2.10.0
115113
# via edx-drf-extensions
116114
six==1.16.0
117115
# via edx-codejail
118-
sqlparse==0.4.4
116+
sqlparse==0.5.1
119117
# via django
120118
stevedore==5.2.0
121119
# via
@@ -124,11 +122,11 @@ stevedore==5.2.0
124122
# edx-opaque-keys
125123
text-unidecode==1.3
126124
# via python-slugify
127-
typing-extensions==4.10.0
125+
typing-extensions==4.12.2
128126
# via edx-opaque-keys
129-
urllib3==2.2.1
127+
urllib3==2.2.2
130128
# via requests
131129

132130
# The following packages are considered to be unsafe in a requirements file:
133-
setuptools==69.1.1
131+
setuptools==71.0.4
134132
# via -r requirements/base.in

requirements/ci.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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
66
#
7-
cachetools==5.3.2
7+
cachetools==5.4.0
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.3.8
1414
# via virtualenv
15-
filelock==3.13.1
15+
filelock==3.15.4
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==23.2
19+
packaging==24.1
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.2.0
23+
platformdirs==4.2.2
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.4.0
27+
pluggy==1.5.0
2828
# via tox
29-
pyproject-api==1.6.1
29+
pyproject-api==1.7.1
3030
# via tox
31-
tox==4.13.0
31+
tox==4.16.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.25.1
33+
virtualenv==20.26.3
3434
# via tox

0 commit comments

Comments
 (0)