Skip to content

Commit

Permalink
Merge pull request #99 from pallets-eco/dependabot/pip/requirements/p…
Browse files Browse the repository at this point in the history
…ython-requirements-0f226c6d5f

chore(deps): bump the python-requirements group across 1 directory with 6 updates
  • Loading branch information
Abdur-rahmaanJ authored Nov 4, 2024
2 parents 6935509 + af0ea19 commit c5895f0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile build.in
#
build==1.2.1
build==1.2.2.post1
# via -r build.in
packaging==24.0
# via build
Expand Down
21 changes: 13 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.3.0
# via -r docs.txt
platformdirs==4.2.2
# via
Expand All @@ -82,15 +82,15 @@ pluggy==1.5.0
# -r tests.txt
# pytest
# tox
pre-commit==3.7.1
pre-commit==4.0.1
# via -r dev.in
pygments==2.17.2
# via
# -r docs.txt
# sphinx
pyproject-api==1.6.1
# via tox
pytest==8.2.2
pytest==8.3.3
# via -r tests.txt
pyyaml==6.0.1
# via pre-commit
Expand All @@ -102,20 +102,25 @@ snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==7.3.7
sphinx==8.1.3
# via
# -r docs.txt
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.4
sphinx-notfound-page==1.0.4
# via
# -r docs.txt
# pallets-sphinx-themes
sphinxcontrib-applehelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via
# -r docs.txt
# sphinx
Expand All @@ -125,7 +130,7 @@ sphinxcontrib-jsmath==1.0.1
# sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.txt
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via
# -r docs.txt
# sphinx
Expand Down
15 changes: 9 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,33 @@ packaging==24.0
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.3
pallets-sphinx-themes==2.3.0
# via -r docs.in
pygments==2.17.2
# via sphinx
requests==2.32.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
sphinx==8.1.3
# via
# -r docs.in
# pallets-sphinx-themes
# sphinx-notfound-page
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.4
sphinx-notfound-page==1.0.4
# via pallets-sphinx-themes
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.2
pytest==8.3.3
# via -r tests.in
6 changes: 4 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.369
pyright==1.1.387
# via -r typing.in
pytest==8.2.2
pytest==8.3.3
# via -r typing.in
typing-extensions==4.12.2
# via pyright

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit c5895f0

Please sign in to comment.