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

Merged
merged 1 commit into from
Feb 17, 2025
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 @@ -28,7 +28,7 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via edx-django-utils
cryptography==44.0.0
cryptography==44.0.1
# via pyjwt
django==4.2.19
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ path-py==12.5.0
# via -r requirements/base.in
pbr==6.1.1
# via stevedore
psutil==6.1.1
psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -135,7 +135,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
pymongo==4.11
pymongo==4.11.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.29.1
virtualenv==20.29.2
# via tox
20 changes: 11 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -198,7 +198,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.txt
faker==35.2.0
faker==36.1.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -304,7 +304,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -352,7 +352,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -373,14 +373,13 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# elasticsearch-dsl
# faker
python-slugify==8.0.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -456,10 +455,13 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# -r requirements/test.txt
# edx-opaque-keys
# faker
# pydantic
# pydantic-core
# referencing
tzdata==2025.1
# via
# -r requirements/test.txt
# faker
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand All @@ -472,7 +474,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r requirements/test.txt
# tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ code-annotations==2.2.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -147,7 +147,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.in
faker==35.2.0
faker==36.1.1
# via factory-boy
filelock==3.17.0
# via
Expand Down Expand Up @@ -223,7 +223,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -248,7 +248,7 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
pylint==3.3.4
# via -r requirements/test.in
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -265,13 +265,12 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# elasticsearch-dsl
# faker
python-slugify==8.0.4
# via code-annotations
pytz==2025.1
Expand Down Expand Up @@ -329,10 +328,11 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
# faker
# pydantic
# pydantic-core
# referencing
tzdata==2025.1
# via faker
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand All @@ -343,7 +343,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.29.1
virtualenv==20.29.2
# via tox

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