Skip to content

Commit

Permalink
Bump pinned dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Oct 1, 2024
1 parent ddab0b3 commit 534830e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/requirements-dev.in
Expand All @@ -8,5 +8,5 @@ nodeenv==1.9.0
# via pyright
pyright==1.1.365
# via -r requirements/requirements-dev.in
ruff==0.4.7
ruff==0.6.8
# via -r requirements/requirements-dev.in
24 changes: 12 additions & 12 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/requirements-docs.in
Expand All @@ -18,17 +18,17 @@ docutils==0.21.2
# via
# sphinx
# sphinx-paramlinks
furo==2024.5.6
furo==2024.8.6
# via -r requirements/requirements-docs.in
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via sphinx
polib==1.2.0
# via sphinx-lint
Expand All @@ -44,29 +44,29 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.3.7
sphinx==8.0.2
# via
# -r requirements/requirements-docs.in
# furo
# sphinx-basic-ng
# sphinx-paramlinks
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-lint==0.9.1
sphinx-lint==1.0.0
# via -r requirements/requirements-docs.in
sphinx-paramlinks==0.6.0
# via -r requirements/requirements-docs.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.1
urllib3==2.2.3
# via requests
18 changes: 9 additions & 9 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/requirements-test.in
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.16.1
# via
# tox
# virtualenv
iniconfig==2.0.0
# via pytest
nodeenv==1.9.0
# via pyright
packaging==24.0
packaging==24.1
# via
# pyproject-api
# pytest
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via
# pytest
# tox
pyproject-api==1.6.1
pyproject-api==1.8.0
# via tox
pyright==1.1.365
# via -r requirements/requirements-test.in
pytest==8.2.1
pytest==8.3.3
# via -r requirements/requirements-test.in
tomli==2.0.1
# via -r requirements/requirements-test.in
tox==4.15.0
tox==4.21.0
# via
# -r requirements/requirements-test.in
# tox-gh-actions
tox-gh-actions==3.2.0
# via -r requirements/requirements-test.in
virtualenv==20.26.2
virtualenv==20.26.6
# via tox
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/requirements.in
#
typing-extensions==4.12.1
typing-extensions==4.12.2
# via -r requirements/requirements.in

0 comments on commit 534830e

Please sign in to comment.