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 #432

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via edx-django-utils
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
django==4.2.16
# via
Expand Down Expand Up @@ -60,7 +60,7 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
idna==3.10
# via requests
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand All @@ -70,7 +70,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# pyjwt
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.0.0
faker==33.1.0
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -130,7 +130,7 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -164,12 +164,12 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -193,7 +193,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.8.0
# via tox
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -245,7 +245,7 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox

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