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

Merged
merged 1 commit into from
Dec 9, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
six==1.17.0
# via tox
tox==3.28.0
# via
Expand Down
8 changes: 4 additions & 4 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.5
astroid==3.3.6
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -35,7 +35,7 @@ code-annotations==2.0.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -49,7 +49,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/django.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via -r requirements/test.txt
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
# via secretstorage
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
pluggy==1.5.0
# via
Expand Down
8 changes: 4 additions & 4 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.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -22,13 +22,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
# via edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -100,7 +100,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.7
# via -r requirements/base.txt
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down
Loading