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 Jul 12, 2024
1 parent b75d565 commit ae37c1c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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.5.4
coverage==7.6.0
# via -r requirements/ci.in
distlib==0.3.8
# 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 @@ -12,7 +12,7 @@ alabaster==0.7.13
# via
# -r requirements/doc.txt
# sphinx
astroid==3.2.2
astroid==3.2.3
# 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.5.4
coverage[toml]==7.6.0
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -111,7 +111,7 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.105.0
hypothesis==6.106.0
# via -r requirements/doc.txt
idna==3.7
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -329,7 +329,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/doc.txt
# pylint
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.2.2
astroid==3.2.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,7 +27,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -52,7 +52,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.105.0
hypothesis==6.106.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
astroid==3.2.2
astroid==3.2.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -41,7 +41,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -71,7 +71,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.105.0
hypothesis==6.106.0
# via -r requirements/test.txt
idna==3.7
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==70.3.0
# via -r requirements/pip.in
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.2.2
astroid==3.2.3
# via
# pylint
# pylint-celery
Expand All @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -39,7 +39,7 @@ exceptiongroup==1.2.1
# pytest
execnet==2.1.1
# via pytest-xdist
hypothesis==6.105.0
hypothesis==6.106.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -114,7 +114,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit ae37c1c

Please sign in to comment.