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 1, 2024
1 parent 959223d commit 304d418
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.3
coverage==7.5.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -208,7 +208,7 @@ pycodestyle==2.12.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pbr==6.0.0
# via stevedore
picobox==4.0.0
# via sphinxcontrib-openapi
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
pkgutil-resolve-name==1.3.10
# via jsonschema
Expand Down Expand Up @@ -288,7 +288,7 @@ stevedore==5.2.0
# via doc8
tomli==2.0.1
# via doc8
twine==5.1.0
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
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
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.1.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pycodestyle==2.12.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down

0 comments on commit 304d418

Please sign in to comment.