Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
# via build
Expand Down
25 changes: 13 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# requests
colorama==0.4.6
# via tox
coverage==7.6.1
coverage==7.6.4
# via -r tests.txt
distlib==0.3.8
# via virtualenv
Expand All @@ -41,7 +41,7 @@ docutils==0.21.2
# -r docs.txt
# myst-parser
# sphinx
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -84,7 +84,7 @@ mdurl==0.1.2
# via
# -r docs.txt
# markdown-it-py
mypy==1.11.1
mypy==1.13.0
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -106,7 +106,7 @@ packaging==24.1
# pytest
# sphinx
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -116,18 +116,18 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==3.8.0
pre-commit==4.0.1
# via -r dev.in
pygments==2.18.0
# via
# -r docs.txt
# furo
# sphinx
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyright==1.1.377
pyright==1.1.387
# via -r typing.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r tests.txt
# -r typing.txt
Expand All @@ -148,7 +148,7 @@ soupsieve==2.6
# via
# -r docs.txt
# beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.txt
# furo
Expand Down Expand Up @@ -185,19 +185,20 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs.txt
# sphinx
tox==4.18.0
tox==4.23.2
# via -r dev.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241003
# via -r typing.txt
typing-extensions==4.12.2
# via
# -r typing.txt
# mypy
# pyright
urllib3==2.2.2
# via
# -r docs.txt
# requests
virtualenv==20.26.3
virtualenv==20.27.1
# via
# pre-commit
# tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.in
# furo
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile tests.in
#
coverage==7.6.1
coverage==7.6.4
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via -r tests.in
12 changes: 7 additions & 5 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
iniconfig==2.0.0
# via pytest
mypy==1.11.1
mypy==1.13.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -16,11 +16,13 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.377
pyright==1.1.387
# via -r typing.in
pytest==8.3.2
pytest==8.3.3
# via -r typing.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241003
# via -r typing.in
typing-extensions==4.12.2
# via mypy
# via
# mypy
# pyright