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 Jun 28, 2024
1 parent 0914713 commit a57768e
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnspython==2.6.1
# via pymongo
pbr==6.0.0
# via stevedore
pymongo==4.7.3
pymongo==4.8.0
# via -r requirements/base.in
stevedore==5.2.0
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ 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
filelock==3.15.3
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -28,13 +28,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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/doc.txt
Expand Down Expand Up @@ -106,12 +106,12 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.15.3
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.103.2
hypothesis==6.104.1
# via -r requirements/doc.txt
idna==3.7
# via
Expand All @@ -121,7 +121,7 @@ imagesize==1.4.1
# via
# -r requirements/doc.txt
# sphinx
importlib-metadata==7.2.0
importlib-metadata==8.0.0
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -150,7 +150,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.10.0
mypy==1.10.1
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.3
pylint==3.2.4
# via
# -r requirements/doc.txt
# edx-lint
Expand All @@ -223,9 +223,9 @@ pylint-plugin-utils==0.8.2
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via -r requirements/doc.txt
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -346,7 +346,7 @@ urllib3==2.2.2
# via
# -r requirements/doc.txt
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# 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.103.2
hypothesis==6.104.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -76,7 +76,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.10.0
mypy==1.10.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand All @@ -100,7 +100,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.0
# via -r requirements/test.txt
pylint==3.2.3
pylint==3.2.4
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -120,7 +120,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via -r requirements/test.txt
pytest==8.2.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -71,13 +71,13 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.103.2
hypothesis==6.104.1
# via -r requirements/test.txt
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.2.0
importlib-metadata==8.0.0
# via sphinx
iniconfig==2.0.0
# via
Expand All @@ -102,7 +102,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.10.0
mypy==1.10.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.3
pylint==3.2.4
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -158,7 +158,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via -r requirements/test.txt
pytest==8.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.2.0
importlib-metadata==8.0.0
# via build
packaging==24.1
# via build
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
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# 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.103.2
hypothesis==6.104.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -53,7 +53,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.10.0
mypy==1.10.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -69,7 +69,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.0
# via -r requirements/test.in
pylint==3.2.3
pylint==3.2.4
# via
# edx-lint
# pylint-celery
Expand All @@ -83,7 +83,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via -r requirements/base.txt
pytest==8.2.2
# via
Expand Down

0 comments on commit a57768e

Please sign in to comment.