Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 9, 2024
1 parent f307751 commit 54b96e8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/doc.txt
# sphinx
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/doc.txt
# pylint
Expand Down Expand Up @@ -70,7 +70,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/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.122.1
hypothesis==6.122.3
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ requests==2.32.3
# via
# -r requirements/doc.txt
# sphinx
six==1.16.0
six==1.17.0
# via
# -r requirements/doc.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,7 +27,7 @@ code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.1
hypothesis==6.122.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -41,7 +41,7 @@ code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.122.1
hypothesis==6.122.3
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -173,7 +173,7 @@ readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.3
# via sphinx
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -19,7 +19,7 @@ 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.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.122.1
hypothesis==6.122.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -94,7 +94,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
six==1.16.0
six==1.17.0
# via edx-lint
sortedcontainers==2.4.0
# via hypothesis
Expand Down

0 comments on commit 54b96e8

Please sign in to comment.