Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 10, 2024
1 parent e219e7c commit 8c56f0d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.0.0
# via edx-toggles
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -55,7 +55,7 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.in
# edx-toggles
Expand Down Expand Up @@ -100,7 +100,7 @@ pytz==2024.2
# via -r requirements/base.in
pyyaml==6.0.2
# via code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/base.in
# 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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.8
coverage==7.6.9
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -91,7 +91,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -106,7 +106,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -135,7 +135,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -305,7 +305,7 @@ pyyaml==6.0.2
# code-annotations
requests==2.32.3
# via sphinx
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -56,7 +56,7 @@ code-annotations==2.0.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -88,7 +88,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -194,7 +194,7 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand Down

0 comments on commit 8c56f0d

Please sign in to comment.