File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ click==8.3.1
3030 # via edx-django-utils
3131cryptography==46.0.3
3232 # via pyjwt
33- django==5.2.8
33+ django==5.2.9
3434 # via
3535 # -c requirements/constraints.txt
3636 # -r requirements/base.in
@@ -129,7 +129,7 @@ pyjwt[crypto]==2.10.1
129129 # -r requirements/base.in
130130 # drf-jwt
131131 # edx-drf-extensions
132- pymongo==4.15.4
132+ pymongo==4.15.5
133133 # via edx-opaque-keys
134134pynacl==1.6.1
135135 # via edx-django-utils
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ packaging==25.0
2020 # via
2121 # pyproject-api
2222 # tox
23- platformdirs==4.5.0
23+ platformdirs==4.5.1
2424 # via
2525 # tox
2626 # virtualenv
Original file line number Diff line number Diff line change 1717# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1818# See https://github.com/openedx/edx-platform/issues/35126 for more info
1919elasticsearch<7.14.0
20-
21- # pip 25.3 is incompatible with pip-tools hence causing failures during the build process
22- # Make upgrade command and all requirements upgrade jobs are broken due to this.
23- # See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
24- # The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
25- # Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
26- pip<25.3
Original file line number Diff line number Diff line change 1- django==5.2.8
1+ django==5.2.9
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ wheel==0.45.1
88 # via -r requirements/pip.in
99
1010# The following packages are considered to be unsafe in a requirements file:
11- pip==25.2
12- # via
13- # -c requirements/common_constraints.txt
14- # -r requirements/pip.in
11+ pip==25.3
12+ # via -r requirements/pip.in
1513setuptools==80.9.0
1614 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ distlib==0.4.0
9797 # via
9898 # -r requirements/test.txt
9999 # virtualenv
100- django==5.2.8
100+ django==5.2.9
101101 # via
102102 # -c requirements/constraints.txt
103103 # -r requirements/base.txt
@@ -282,7 +282,7 @@ path-py==12.5.0
282282 # -r requirements/test.txt
283283pep8==1.7.1
284284 # via -r requirements/test.txt
285- platformdirs==4.5.0
285+ platformdirs==4.5.1
286286 # via
287287 # -r requirements/test.txt
288288 # pylint
@@ -344,7 +344,7 @@ pylint-plugin-utils==0.9.0
344344 # via
345345 # pylint-celery
346346 # pylint-django
347- pymongo==4.15.4
347+ pymongo==4.15.5
348348 # via
349349 # -r requirements/base.txt
350350 # -r requirements/test.txt
@@ -358,7 +358,7 @@ pyproject-api==1.10.0
358358 # via
359359 # -r requirements/test.txt
360360 # tox
361- pytest==9.0.1
361+ pytest==9.0.2
362362 # via
363363 # -r requirements/test.txt
364364 # pytest-cov
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ path-py==12.5.0
205205 # via -r requirements/base.txt
206206pep8==1.7.1
207207 # via -r requirements/test.in
208- platformdirs==4.5.0
208+ platformdirs==4.5.1
209209 # via
210210 # pylint
211211 # tox
@@ -243,7 +243,7 @@ pyjwt[crypto]==2.10.1
243243 # edx-drf-extensions
244244pylint==4.0.4
245245 # via -r requirements/test.in
246- pymongo==4.15.4
246+ pymongo==4.15.5
247247 # via
248248 # -r requirements/base.txt
249249 # edx-opaque-keys
@@ -253,7 +253,7 @@ pynacl==1.6.1
253253 # edx-django-utils
254254pyproject-api==1.10.0
255255 # via tox
256- pytest==9.0.1
256+ pytest==9.0.2
257257 # via
258258 # -r requirements/test.in
259259 # pytest-cov
You can’t perform that action at this time.
0 commit comments