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

Closed
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 @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# 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.4.0
newrelic==10.5.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand All @@ -74,7 +74,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.10.1
pymongo==4.11
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
22 changes: 11 additions & 11 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -100,17 +100,17 @@ edx-django-utils==7.1.0
# edx-drf-extensions
edx-drf-extensions==10.5.0
# via -r requirements/base.txt
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via
# -r requirements/base.txt
# edx-drf-extensions
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.3.1
faker==35.2.0
# via factory-boy
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -122,15 +122,15 @@ idna==3.10
# requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.0
# via pylint
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.4.0
newrelic==10.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -169,7 +169,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand All @@ -183,15 +183,15 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/base.txt
# edx-opaque-keys
pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pytest==8.3.4
# via
Expand Down Expand Up @@ -234,7 +234,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand Down