Skip to content

Commit 3b83d0c

Browse files
authored
Merge pull request pallets#4284 from pallets/update-requirements
Update requirements
2 parents 34ff7d7 + 42a6da2 commit 3b83d0c

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v2.25.0
5+
rev: v2.29.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py36-plus"]
@@ -14,7 +14,7 @@ repos:
1414
files: "^(?!examples/)"
1515
args: ["--application-directories", "src"]
1616
- repo: https://github.com/psf/black
17-
rev: 21.8b0
17+
rev: 21.9b0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8

requirements/dev.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ cffi==1.14.6
2222
# via cryptography
2323
cfgv==3.3.1
2424
# via pre-commit
25-
charset-normalizer==2.0.4
25+
charset-normalizer==2.0.6
2626
# via requests
2727
click==8.0.1
2828
# via pip-tools
29-
cryptography==3.4.8
29+
cryptography==35.0.0
3030
# via -r requirements/typing.in
31-
distlib==0.3.2
31+
distlib==0.3.3
3232
# via virtualenv
3333
docutils==0.16
3434
# via
3535
# sphinx
3636
# sphinx-tabs
37-
filelock==3.0.12
37+
filelock==3.2.0
3838
# via
3939
# tox
4040
# virtualenv
41-
greenlet==1.1.1
41+
greenlet==1.1.2
4242
# via -r requirements/tests.in
43-
identify==2.2.13
43+
identify==2.2.15
4444
# via pre-commit
4545
idna==3.2
4646
# via requests
@@ -68,9 +68,9 @@ pallets-sphinx-themes==2.0.1
6868
# via -r requirements/docs.in
6969
pep517==0.11.0
7070
# via pip-tools
71-
pip-tools==6.2.0
71+
pip-tools==6.3.0
7272
# via -r requirements/dev.in
73-
platformdirs==2.3.0
73+
platformdirs==2.4.0
7474
# via virtualenv
7575
pluggy==1.0.0
7676
# via
@@ -106,7 +106,7 @@ six==1.16.0
106106
# virtualenv
107107
snowballstemmer==2.1.0
108108
# via sphinx
109-
sphinx==4.1.2
109+
sphinx==4.2.0
110110
# via
111111
# -r requirements/docs.in
112112
# pallets-sphinx-themes
@@ -139,19 +139,19 @@ toml==0.10.2
139139
# tox
140140
tomli==1.2.1
141141
# via pep517
142-
tox==3.24.3
142+
tox==3.24.4
143143
# via -r requirements/dev.in
144144
types-contextvars==0.1.4
145145
# via -r requirements/typing.in
146146
types-dataclasses==0.1.7
147147
# via -r requirements/typing.in
148-
types-setuptools==57.0.2
148+
types-setuptools==57.4.0
149149
# via -r requirements/typing.in
150150
typing-extensions==3.10.0.2
151151
# via mypy
152-
urllib3==1.26.6
152+
urllib3==1.26.7
153153
# via requests
154-
virtualenv==20.7.2
154+
virtualenv==20.8.1
155155
# via
156156
# pre-commit
157157
# tox

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ babel==2.9.1
1010
# via sphinx
1111
certifi==2021.5.30
1212
# via requests
13-
charset-normalizer==2.0.4
13+
charset-normalizer==2.0.6
1414
# via requests
1515
docutils==0.16
1616
# via
@@ -42,7 +42,7 @@ requests==2.26.0
4242
# via sphinx
4343
snowballstemmer==2.1.0
4444
# via sphinx
45-
sphinx==4.1.2
45+
sphinx==4.2.0
4646
# via
4747
# -r requirements/docs.in
4848
# pallets-sphinx-themes
@@ -67,7 +67,7 @@ sphinxcontrib-qthelp==1.0.3
6767
# via sphinx
6868
sphinxcontrib-serializinghtml==1.1.5
6969
# via sphinx
70-
urllib3==1.26.6
70+
urllib3==1.26.7
7171
# via requests
7272

7373
# The following packages are considered to be unsafe in a requirements file:

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ attrs==21.2.0
1010
# via pytest
1111
blinker==1.4
1212
# via -r requirements/tests.in
13-
greenlet==1.1.1
13+
greenlet==1.1.2
1414
# via -r requirements/tests.in
1515
iniconfig==1.1.1
1616
# via pytest

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.14.6
88
# via cryptography
9-
cryptography==3.4.8
9+
cryptography==35.0.0
1010
# via -r requirements/typing.in
1111
mypy==0.910
1212
# via -r requirements/typing.in
@@ -20,7 +20,7 @@ types-contextvars==0.1.4
2020
# via -r requirements/typing.in
2121
types-dataclasses==0.1.7
2222
# via -r requirements/typing.in
23-
types-setuptools==57.0.2
23+
types-setuptools==57.4.0
2424
# via -r requirements/typing.in
2525
typing-extensions==3.10.0.2
2626
# via mypy

0 commit comments

Comments
 (0)