Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 23, 2024
1 parent 59a7717 commit 4afb281
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 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
# 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
# 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,15 +82,15 @@ 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
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==2.2.3
urllib3==2.3.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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
18 changes: 9 additions & 9 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.7
# 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 @@ -29,7 +29,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# click-log
Expand All @@ -38,7 +38,7 @@ 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
Expand Down Expand Up @@ -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 @@ -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 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 @@ -241,7 +241,7 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# edx-opaque-keys
# faker
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 4afb281

Please sign in to comment.