File tree Expand file tree Collapse file tree 8 files changed +15
-24
lines changed
Expand file tree Collapse file tree 8 files changed +15
-24
lines changed 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 @@ -18,10 +18,3 @@ Django<6.0
1818# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
1919# See https://github.com/openedx/edx-platform/issues/35126 for more info
2020elasticsearch<7.14.0
21-
22- # pip 25.3 is incompatible with pip-tools hence causing failures during the build process
23- # Make upgrade command and all requirements upgrade jobs are broken due to this.
24- # See issue https://github.com/openedx/public-engineering/issues/440 for details regarding the ongoing fix.
25- # The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
26- # Issue to track this dependency and unpin later on: https://github.com/openedx/edx-lint/issues/503
27- pip<25.3
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ distlib==0.4.0
6060 # via
6161 # -r requirements/ci.txt
6262 # virtualenv
63- django==5.2.8
63+ django==5.2.9
6464 # via
6565 # -c requirements/common_constraints.txt
6666 # -r requirements/quality.txt
@@ -105,7 +105,7 @@ packaging==25.0
105105 # tox
106106pip-tools==7.5.2
107107 # via -r requirements/pip-tools.txt
108- platformdirs==4.5.0
108+ platformdirs==4.5.1
109109 # via
110110 # -r requirements/ci.txt
111111 # -r requirements/quality.txt
@@ -158,7 +158,7 @@ pyproject-hooks==1.2.0
158158 # -r requirements/pip-tools.txt
159159 # build
160160 # pip-tools
161- pytest==9.0.1
161+ pytest==9.0.2
162162 # via
163163 # -r requirements/quality.txt
164164 # pytest-cov
Original file line number Diff line number Diff line change 66#
77asgiref==3.11.0
88 # via django
9- django==5.2.8
9+ django==5.2.9
1010 # via
1111 # -c requirements/common_constraints.txt
1212 # -r requirements/django.in
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ coverage[toml]==7.12.0
3434 # pytest-cov
3535cryptography==46.0.3
3636 # via secretstorage
37- django==5.2.8
37+ django==5.2.9
3838 # via
3939 # -c requirements/common_constraints.txt
4040 # -r requirements/test.txt
@@ -117,7 +117,7 @@ pygments==2.19.2
117117 # readme-renderer
118118 # rich
119119 # sphinx
120- pytest==9.0.1
120+ pytest==9.0.2
121121 # via
122122 # -r requirements/test.txt
123123 # pytest-cov
@@ -151,7 +151,7 @@ snowballstemmer==3.0.1
151151 # via sphinx
152152soupsieve==2.8
153153 # via beautifulsoup4
154- sphinx==9.0.0
154+ sphinx==9.0.4
155155 # via
156156 # -r requirements/doc.in
157157 # pydata-sphinx-theme
@@ -188,7 +188,7 @@ typing-extensions==4.15.0
188188 # via
189189 # beautifulsoup4
190190 # pydata-sphinx-theme
191- urllib3==2.5 .0
191+ urllib3==2.6 .0
192192 # via
193193 # requests
194194 # twine
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 @@ -28,7 +28,7 @@ coverage[toml]==7.12.0
2828 # pytest-cov
2929dill==0.4.0
3030 # via pylint
31- django==5.2.8
31+ django==5.2.9
3232 # via
3333 # -c requirements/common_constraints.txt
3434 # -r requirements/test.txt
@@ -58,7 +58,7 @@ packaging==25.0
5858 # via
5959 # -r requirements/test.txt
6060 # pytest
61- platformdirs==4.5.0
61+ platformdirs==4.5.1
6262 # via pylint
6363pluggy==1.6.0
6464 # via
@@ -87,7 +87,7 @@ pylint-plugin-utils==0.9.0
8787 # via
8888 # pylint-celery
8989 # pylint-django
90- pytest==9.0.1
90+ pytest==9.0.2
9191 # via
9292 # -r requirements/test.txt
9393 # pytest-cov
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pluggy==1.6.0
3333 # pytest-cov
3434pygments==2.19.2
3535 # via pytest
36- pytest==9.0.1
36+ pytest==9.0.2
3737 # via pytest-cov
3838pytest-cov==7.0.0
3939 # via -r requirements/test.in
You can’t perform that action at this time.
0 commit comments