File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pyparsing==3.0.9
1616tomli==2.0.1
1717typing-extensions==4.3.0
1818wheel==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
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ sphinxcontrib-jsmath==1.0.1
2929sphinxcontrib-qthelp==1.0.3
3030sphinxcontrib-serializinghtml==1.1.5
3131typing-extensions==4.3.0
32- urllib3==1.26.9
33- zipp==3.8.0
32+ urllib3==1.26.10
33+ zipp==3.8.1
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ pyflakes==2.4.0
2121tomli==2.0.1
2222typed-ast==1.5.4
2323typing-extensions==4.3.0
24- zipp==3.8.0
24+ zipp==3.8.1
Original file line number Diff line number Diff line change 44#
55# pip-compile --no-annotate requirements/tests.in
66#
7- astroid==2.11.6
7+ astroid==2.11.7
88attrs==21.4.0
99bleach==5.0.1
10- coverage[toml]==6.4.1
10+ coverage[toml]==6.4.2
1111cython==0.29.30
1212dill==0.3.5.1
13- docutils==0.18.1
13+ docutils==0.19
1414importlib-metadata==4.12.0
1515iniconfig==1.1.1
1616isort==5.10.1
@@ -21,7 +21,7 @@ platformdirs==2.5.2
2121pluggy==1.0.0
2222py==1.11.0
2323pygments==2.12.0
24- pylint==2.14.4
24+ pylint==2.14.5
2525pyparsing==3.0.9
2626pytest==7.1.2
2727pytest-cov==3.0.0
@@ -30,12 +30,12 @@ pytest-timeout==2.1.0
3030readme-renderer==35.0
3131six==1.16.0
3232tomli==2.0.1
33- tomlkit==0.11.0
33+ tomlkit==0.11.1
3434typed-ast==1.5.4
3535typing-extensions==4.3.0
3636webencodings==0.5.1
3737wrapt==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
Original file line number Diff line number Diff line change 44#
55# pip-compile --no-annotate requirements/typing.in
66#
7- mypy==0.961
7+ mypy==0.971
88mypy-extensions==0.4.3
99tomli==2.0.1
1010typed-ast==1.5.4
You can’t perform that action at this time.
0 commit comments