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

Merged
merged 1 commit into from
Oct 7, 2024
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-toggles
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -64,15 +64,15 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.9.1
pymongo==4.10.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
redis==5.1.0
redis==5.1.1
# via walrus
six==1.16.0
# via edx-ccx-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.6
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -17,7 +17,7 @@ attrs==24.2.0
# via
# -r requirements/quality.txt
# openedx-events
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -92,15 +92,15 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-toggles
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/quality.txt
# pymongo
edx-ccx-keys==1.3.0
# via
# -r requirements/quality.txt
# openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/quality.txt
# edx-toggles
Expand Down Expand Up @@ -225,7 +225,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -260,7 +260,7 @@ pyyaml==6.0.2
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.1.0
redis==5.1.1
# via
# -r requirements/quality.txt
# walrus
Expand Down Expand Up @@ -291,7 +291,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.2
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -71,7 +71,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
Expand All @@ -84,7 +84,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -183,7 +183,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -212,7 +212,7 @@ pyyaml==6.0.2
# code-annotations
readme-renderer==44.0
# via twine
redis==5.1.0
redis==5.1.1
# via
# -r requirements/test.txt
# walrus
Expand All @@ -225,7 +225,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -61,15 +61,15 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -151,7 +151,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -176,7 +176,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
redis==5.1.0
redis==5.1.1
# via
# -r requirements/test.txt
# walrus
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ django-waffle==4.1.0
# -r requirements/base.txt
# edx-django-utils
# edx-toggles
dnspython==2.6.1
dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-ccx-keys==1.3.0
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==5.15.0
edx-django-utils==5.16.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -104,7 +104,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pymongo==4.9.1
pymongo==4.10.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -128,7 +128,7 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
redis==5.1.0
redis==5.1.1
# via
# -r requirements/base.txt
# walrus
Expand Down