Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
felipemontoya authored Jan 17, 2025
2 parents 59a7717 + 83e56c5 commit b7c1f2a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 25 deletions.
20 changes: 11 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
cryptography==44.0.0
# via pyjwt
Expand Down Expand Up @@ -60,13 +60,13 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
idna==3.10
# via requests
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.in
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -82,7 +82,7 @@ requests==2.32.3
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand All @@ -91,8 +91,10 @@ stevedore==5.4.0
typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==2.2.3
# via requests
# via
# -c requirements/common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/base.in
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ elasticsearch<7.14.0
# 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

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/edx-organizations/edx-organizations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in
29 changes: 15 additions & 14 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand All @@ -25,11 +25,11 @@ cffi==1.17.1
# pynacl
chardet==5.2.0
# via tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# click-log
Expand All @@ -38,11 +38,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.1
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -124,13 +124,13 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -143,7 +143,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.txt
platformdirs==4.3.6
# via
Expand All @@ -154,7 +154,7 @@ pluggy==1.5.0
# via
# pytest
# tox
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -169,7 +169,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -220,7 +220,7 @@ six==1.17.0
# edx-lint
# httpretty
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand All @@ -243,9 +243,10 @@ typing-extensions==4.12.2
# faker
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via tox

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

0 comments on commit b7c1f2a

Please sign in to comment.