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 427e5dc commit 64bc458
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
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.12
tox==4.5.0
# via -r requirements/dev.in
virtualenv==20.21.0
virtualenv==20.22.0
# via
# pre-commit
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ 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
# sphinx-tabs
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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

0 comments on commit 64bc458

Please sign in to comment.