Skip to content

Commit

Permalink
Merge pull request #418 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-5402ea1

chore: Upgrade Python requirements
  • Loading branch information
felipemontoya authored Sep 23, 2024
2 parents 5402ea1 + 37a5065 commit 8014386
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.8.0
pymongo==4.9.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -94,5 +94,5 @@ urllib3==2.2.3
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.0.0
setuptools==75.1.0
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ 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.0.0
setuptools==75.1.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -108,9 +108,9 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -145,7 +145,7 @@ pbr==6.1.0
# stevedore
pillow==10.4.0
# via -r requirements/base.txt
platformdirs==4.3.3
platformdirs==4.3.6
# via
# pylint
# tox
Expand All @@ -169,7 +169,7 @@ pyjwt[crypto]==2.9.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.0
# via
# edx-lint
# pylint-celery
Expand All @@ -183,15 +183,15 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.8.0
pymongo==4.9.1
# via
# -r requirements/base.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pytest==8.3.3
# via
Expand Down Expand Up @@ -234,7 +234,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -244,7 +244,7 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.4
virtualenv==20.26.5
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 8014386

Please sign in to comment.