Skip to content

Commit 0d87b22

Browse files
committed
update requirements
1 parent 723a3a6 commit 0d87b22

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 5.0.2
23+
rev: 5.0.4
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:

requirements/dev.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ click==8.1.3
1616
# via
1717
# pip-compile-multi
1818
# pip-tools
19-
distlib==0.3.4
19+
distlib==0.3.5
2020
# via virtualenv
2121
filelock==3.7.1
2222
# via
2323
# tox
2424
# virtualenv
2525
greenlet==1.1.2 ; python_version < "3.11"
2626
# via -r requirements/tests.in
27-
identify==2.5.1
27+
identify==2.5.3
2828
# via pre-commit
2929
nodeenv==1.7.0
3030
# via pre-commit
31-
pep517==0.12.0
31+
pep517==0.13.0
3232
# via build
33-
pip-compile-multi==2.4.5
33+
pip-compile-multi==2.4.6
3434
# via -r requirements/dev.in
3535
pip-tools==6.8.0
3636
# via pip-compile-multi
@@ -41,9 +41,7 @@ pre-commit==2.20.0
4141
pyyaml==6.0
4242
# via pre-commit
4343
six==1.16.0
44-
# via
45-
# tox
46-
# virtualenv
44+
# via tox
4745
toml==0.10.2
4846
# via
4947
# pre-commit
@@ -52,7 +50,7 @@ toposort==1.7
5250
# via pip-compile-multi
5351
tox==3.25.1
5452
# via -r requirements/dev.in
55-
virtualenv==20.15.1
53+
virtualenv==20.16.2
5654
# via
5755
# pre-commit
5856
# tox

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ sphinxcontrib-qthelp==1.0.3
6868
# via sphinx
6969
sphinxcontrib-serializinghtml==1.1.5
7070
# via sphinx
71-
urllib3==1.26.10
71+
urllib3==1.26.11
7272
# via requests

requirements/tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88
asgiref==3.5.2
99
# via -r requirements/tests.in
10-
attrs==21.4.0
10+
attrs==22.1.0
1111
# via pytest
12-
blinker==1.4
12+
blinker==1.5
1313
# via -r requirements/tests.in
1414
greenlet==1.1.2 ; python_version < "3.11"
1515
# via -r requirements/tests.in

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cffi==1.15.1
99
# via cryptography
1010
cryptography==37.0.4
1111
# via -r requirements/typing.in
12-
mypy==0.961
12+
mypy==0.971
1313
# via -r requirements/typing.in
1414
mypy-extensions==0.4.3
1515
# via mypy
@@ -21,7 +21,7 @@ types-contextvars==2.4.7
2121
# via -r requirements/typing.in
2222
types-dataclasses==0.6.6
2323
# via -r requirements/typing.in
24-
types-setuptools==62.6.1
24+
types-setuptools==63.2.3
2525
# via -r requirements/typing.in
2626
typing-extensions==4.3.0
2727
# via mypy

0 commit comments

Comments
 (0)