Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 18, 2024
1 parent 484514f commit c7cde24
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.4
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ build==1.2.1
# via -r build.in
packaging==24.0
# via build
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
38 changes: 19 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.16
# via
# -r docs.txt
# sphinx
babel==2.14.0
babel==2.15.0
# via
# -r docs.txt
# sphinx
Expand All @@ -32,23 +32,23 @@ charset-normalizer==3.3.2
# requests
colorama==0.4.6
# via tox
cryptography==42.0.5
cryptography==42.0.7
# via -r tests.txt
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# via
# -r docs.txt
# sphinx
ephemeral-port-reserve==1.1.4
# via -r tests.txt
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via
# -r docs.txt
# requests
Expand All @@ -61,15 +61,15 @@ iniconfig==2.0.0
# -r tests.txt
# -r typing.txt
# pytest
jinja2==3.1.3
jinja2==3.1.4
# via
# -r docs.txt
# sphinx
markupsafe==2.1.5
# via
# -r docs.txt
# jinja2
mypy==1.9.0
mypy==1.10.0
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -90,19 +90,19 @@ packaging==24.0
# pytest
# sphinx
# tox
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.3
# via -r docs.txt
platformdirs==4.2.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r tests.txt
# -r typing.txt
# pytest
# tox
pre-commit==3.7.0
pre-commit==3.7.1
# via -r dev.in
psutil==5.9.8
# via
Expand All @@ -112,15 +112,15 @@ pycparser==2.22
# via
# -r tests.txt
# cffi
pygments==2.17.2
pygments==2.18.0
# via
# -r docs.txt
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.357
pyright==1.1.363
# via -r typing.txt
pytest==8.1.1
pytest==8.2.0
# via
# -r tests.txt
# -r typing.txt
Expand All @@ -140,7 +140,7 @@ snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.txt
# pallets-sphinx-themes
Expand Down Expand Up @@ -171,13 +171,13 @@ sphinxcontrib-serializinghtml==1.1.10
# via
# -r docs.txt
# sphinx
tox==4.14.2
tox==4.15.0
# via -r dev.in
types-contextvars==2.4.7.3
# via -r typing.txt
types-dataclasses==0.6.6
# via -r typing.txt
types-setuptools==69.2.0.20240317
types-setuptools==69.5.0.20240518
# via -r typing.txt
typing-extensions==4.11.0
# via
Expand All @@ -187,7 +187,7 @@ urllib3==2.2.1
# via
# -r docs.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.2
# via
# pre-commit
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
#
alabaster==0.7.16
# via sphinx
babel==2.14.0
babel==2.15.0
# via sphinx
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
docutils==0.21.2
# via sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
pallets-sphinx-themes==2.1.3
# via -r docs.in
pygments==2.17.2
pygments==2.18.0
# via sphinx
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
sphinx==7.3.7
# via
# -r docs.in
# pallets-sphinx-themes
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ cffi @ https://github.com/python-cffi/cffi/archive/d7f750b1b1c5ea4da5aa537b9baba
# via
# -r tests.in
# cryptography
cryptography==42.0.5
cryptography==42.0.7
# via -r tests.in
ephemeral-port-reserve==1.1.4
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
psutil==5.9.8
# via pytest-xprocess
pycparser==2.22
# via cffi
pytest==8.1.1
pytest==8.2.0
# via
# -r tests.in
# pytest-timeout
Expand Down
10 changes: 5 additions & 5 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
#
iniconfig==2.0.0
# via pytest
mypy==1.9.0
mypy==1.10.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pyright
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pyright==1.1.357
pyright==1.1.363
# via -r typing.in
pytest==8.1.1
pytest==8.2.0
# via -r typing.in
types-contextvars==2.4.7.3
# via -r typing.in
types-dataclasses==0.6.6
# via -r typing.in
types-setuptools==69.2.0.20240317
types-setuptools==69.5.0.20240518
# via -r typing.in
typing-extensions==4.11.0
# via mypy
Expand Down

0 comments on commit c7cde24

Please sign in to comment.