Skip to content

Commit 3416583

Browse files
committed
requirements: Upgrade reqs
1 parent daf3424 commit 3416583

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pyparsing==3.0.9
1616
tomli==2.0.1
1717
typing-extensions==4.3.0
1818
wheel==0.37.1
19-
zipp==3.8.0
19+
zipp==3.8.1
2020

2121
# The following packages are considered to be unsafe in a requirements file:
2222
# pip

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ sphinxcontrib-jsmath==1.0.1
2929
sphinxcontrib-qthelp==1.0.3
3030
sphinxcontrib-serializinghtml==1.1.5
3131
typing-extensions==4.3.0
32-
urllib3==1.26.9
33-
zipp==3.8.0
32+
urllib3==1.26.10
33+
zipp==3.8.1

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ pyflakes==2.4.0
2121
tomli==2.0.1
2222
typed-ast==1.5.4
2323
typing-extensions==4.3.0
24-
zipp==3.8.0
24+
zipp==3.8.1

requirements/tests.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile --no-annotate requirements/tests.in
66
#
7-
astroid==2.11.6
7+
astroid==2.11.7
88
attrs==21.4.0
99
bleach==5.0.1
10-
coverage[toml]==6.4.1
10+
coverage[toml]==6.4.2
1111
cython==0.29.30
1212
dill==0.3.5.1
13-
docutils==0.18.1
13+
docutils==0.19
1414
importlib-metadata==4.12.0
1515
iniconfig==1.1.1
1616
isort==5.10.1
@@ -21,7 +21,7 @@ platformdirs==2.5.2
2121
pluggy==1.0.0
2222
py==1.11.0
2323
pygments==2.12.0
24-
pylint==2.14.4
24+
pylint==2.14.5
2525
pyparsing==3.0.9
2626
pytest==7.1.2
2727
pytest-cov==3.0.0
@@ -30,12 +30,12 @@ pytest-timeout==2.1.0
3030
readme-renderer==35.0
3131
six==1.16.0
3232
tomli==2.0.1
33-
tomlkit==0.11.0
33+
tomlkit==0.11.1
3434
typed-ast==1.5.4
3535
typing-extensions==4.3.0
3636
webencodings==0.5.1
3737
wrapt==1.14.1
38-
zipp==3.8.0
38+
zipp==3.8.1
3939

4040
# The following packages are considered to be unsafe in a requirements file:
4141
# setuptools

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --no-annotate requirements/typing.in
66
#
7-
mypy==0.961
7+
mypy==0.971
88
mypy-extensions==0.4.3
99
tomli==2.0.1
1010
typed-ast==1.5.4

0 commit comments

Comments
 (0)