Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 1, 2024
1 parent ff45c72 commit 0d54408
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ django-simple-history==3.0.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -139,15 +139,15 @@ edx-django-utils==7.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.txt
edx-opaque-keys==2.11.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
factory-boy==2.12.0
# via -r requirements/test.txt
faker==30.6.0
faker==30.8.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -287,7 +287,7 @@ pytest==8.3.3
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -378,7 +378,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.23.0
tox==4.23.2
# via -r requirements/test.txt
typing-extensions==4.12.2
# via
Expand All @@ -394,7 +394,7 @@ urllib3==2.2.3
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.27.0
virtualenv==20.27.1
# via
# -r requirements/test.txt
# tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -9,6 +9,8 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.2.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -83,13 +83,13 @@ drf-jwt==1.19.2
# via -r requirements/base.txt
edx-django-utils==7.0.0
# via -r requirements/base.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via -r requirements/base.txt
factory-boy==2.12.0
# via -r requirements/test.in
faker==30.6.0
faker==30.8.2
# via factory-boy
filelock==3.16.1
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.0
tox==4.23.2
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -220,5 +220,5 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.27.0
virtualenv==20.27.1
# via tox

0 comments on commit 0d54408

Please sign in to comment.