Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 3, 2022
1 parent 723a3a6 commit 0d87b22
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
Expand Down
14 changes: 6 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ click==8.1.3
# via
# pip-compile-multi
# pip-tools
distlib==0.3.4
distlib==0.3.5
# via virtualenv
filelock==3.7.1
# via
# tox
# virtualenv
greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
identify==2.5.1
identify==2.5.3
# via pre-commit
nodeenv==1.7.0
# via pre-commit
pep517==0.12.0
pep517==0.13.0
# via build
pip-compile-multi==2.4.5
pip-compile-multi==2.4.6
# via -r requirements/dev.in
pip-tools==6.8.0
# via pip-compile-multi
Expand All @@ -41,9 +41,7 @@ pre-commit==2.20.0
pyyaml==6.0
# via pre-commit
six==1.16.0
# via
# tox
# virtualenv
# via tox
toml==0.10.2
# via
# pre-commit
Expand All @@ -52,7 +50,7 @@ toposort==1.7
# via pip-compile-multi
tox==3.25.1
# via -r requirements/dev.in
virtualenv==20.15.1
virtualenv==20.16.2
# via
# pre-commit
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.10
urllib3==1.26.11
# via requests
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#
asgiref==3.5.2
# via -r requirements/tests.in
attrs==21.4.0
attrs==22.1.0
# via pytest
blinker==1.4
blinker==1.5
# via -r requirements/tests.in
greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cffi==1.15.1
# via cryptography
cryptography==37.0.4
# via -r requirements/typing.in
mypy==0.961
mypy==0.971
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
Expand All @@ -21,7 +21,7 @@ types-contextvars==2.4.7
# via -r requirements/typing.in
types-dataclasses==0.6.6
# via -r requirements/typing.in
types-setuptools==62.6.1
types-setuptools==63.2.3
# via -r requirements/typing.in
typing-extensions==4.3.0
# via mypy

0 comments on commit 0d87b22

Please sign in to comment.