Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 25, 2023
1 parent fc4526b commit 6a0bcf7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
build==0.10.0
# via -r requirements/build.in
packaging==23.0
packaging==23.1
# via build
pyproject-hooks==1.0.0
# via build
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ colorama==0.4.6
# via tox
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
Expand All @@ -36,7 +36,7 @@ pip-compile-multi==2.6.2
# via -r requirements/dev.in
pip-tools==6.13.0
# via pip-compile-multi
platformdirs==3.2.0
platformdirs==3.3.0
# via
# tox
# virtualenv
Expand All @@ -50,9 +50,9 @@ pyyaml==6.0
# via pre-commit
toposort==1.10
# via pip-compile-multi
tox==4.4.11
tox==4.5.0
# via -r requirements/dev.in
virtualenv==20.21.0
virtualenv==20.22.0
# via
# pre-commit
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
# via jinja2
packaging==23.0
packaging==23.1
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.0.3
pallets-sphinx-themes==2.1.0
# via -r requirements/docs.in
pygments==2.15.0
pygments==2.15.1
# via sphinx
requests==2.28.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==6.1.3
sphinx==6.2.1
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
#
cffi==1.15.1
# via cryptography
cryptography==40.0.1
cryptography==40.0.2
# via -r requirements/tests.in
ephemeral-port-reserve==1.1.4
# via -r requirements/tests.in
iniconfig==2.0.0
# via pytest
packaging==23.0
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
psutil==5.9.4
psutil==5.9.5
# via pytest-xprocess
py==1.11.0
# via pytest-xprocess
pycparser==2.21
# via cffi
pytest==7.3.0
pytest==7.3.1
# via
# -r requirements/tests.in
# pytest-timeout
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ types-contextvars==2.4.7.2
# via -r requirements/typing.in
types-dataclasses==0.6.6
# via -r requirements/typing.in
types-setuptools==67.6.0.7
types-setuptools==67.7.0.0
# via -r requirements/typing.in
typing-extensions==4.5.0
# via mypy
Expand Down

0 comments on commit 6a0bcf7

Please sign in to comment.