Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jun 8, 2023
1 parent c59a185 commit 9b7211d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip-tools
pip-compile-multi
pre-commit
22 changes: 14 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:8d4e36cb2cf541c0283a358e7a56331e741e94b1
# SHA1:a20ebb564882f9aca9bb8b4caf0ece2c474b78d2
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -10,28 +10,34 @@ build==0.10.0
cfgv==3.3.1
# via pre-commit
click==8.1.3
# via pip-tools
# via
# pip-compile-multi
# pip-tools
distlib==0.3.6
# via virtualenv
filelock==3.12.0
# via virtualenv
identify==2.5.22
identify==2.5.24
# via pre-commit
nodeenv==1.7.0
nodeenv==1.8.0
# via pre-commit
packaging==23.1
# via build
pip-tools==6.13.0
pip-compile-multi==2.6.3
# via -r requirements/dev.in
platformdirs==3.3.0
pip-tools==6.13.0
# via pip-compile-multi
platformdirs==3.5.1
# via virtualenv
pre-commit==3.2.2
pre-commit==3.3.2
# via -r requirements/dev.in
pyproject-hooks==1.0.0
# via build
pyyaml==6.0
# via pre-commit
virtualenv==20.22.0
toposort==1.10
# via pip-compile-multi
virtualenv==20.23.0
# via pre-commit
wheel==0.40.0
# via pip-tools
Expand Down

0 comments on commit 9b7211d

Please sign in to comment.