Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 26, 2024
1 parent 80ddb73 commit ae51a91
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pbr==6.0.0
# via stevedore
pymongo==4.8.0
# via -r requirements/base.in
stevedore==5.2.0
stevedore==5.3.0
# via -r requirements/base.in
typing-extensions==4.12.2
# via -r requirements/base.in
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docutils==0.21.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/doc.txt
execnet==2.1.1
# via
Expand All @@ -106,9 +106,9 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.111.1
hypothesis==6.111.2
# via -r requirements/doc.txt
idna==3.7
idna==3.8
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -139,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.11.1
mypy==1.11.2
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -293,7 +293,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/doc.txt
# sphinx
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/doc.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ dnspython==2.6.1
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.1
hypothesis==6.111.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.11.1
mypy==1.11.2
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ docutils==0.21.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.111.1
hypothesis==6.111.2
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.11.1
mypy==1.11.2
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# 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 @@ -31,11 +31,11 @@ dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.111.1
hypothesis==6.111.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.11.1
mypy==1.11.2
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -98,7 +98,7 @@ six==1.16.0
# via edx-lint
sortedcontainers==2.4.0
# via hypothesis
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit ae51a91

Please sign in to comment.