Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #420

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading