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 Sep 30, 2024
1 parent 02ae699 commit 1f6c092
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
idna==3.10
# via requests
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
12 changes: 6 additions & 6 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.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -52,7 +52,7 @@ cryptography==43.0.1
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
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==29.0.0
faker==30.0.0
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -130,7 +130,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -169,7 +169,7 @@ pyjwt[crypto]==2.9.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -244,7 +244,7 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.5
virtualenv==20.26.6
# via tox

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

0 comments on commit 1f6c092

Please sign in to comment.