Skip to content

Commit 6225b1d

Browse files
committed
requirements: Upgrade reqs
1 parent aaaeacb commit 6225b1d

File tree

5 files changed

+48
-45
lines changed

5 files changed

+48
-45
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile --no-annotate --resolver=backtracking setup.py
66
#
7-
certifi==2022.12.7
8-
typing-extensions==4.4.0
7+
certifi==2023.5.7
8+
typing-extensions==4.6.2

requirements/build.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
#
77
build==0.10.0
88
click==8.1.3
9-
cython==0.29.33
9+
cython==0.29.35
1010
delocate==0.10.4 ; sys_platform == "darwin"
11-
importlib-metadata==6.0.0
12-
packaging==23.0
13-
pip-tools==6.12.1
11+
importlib-metadata==6.6.0
12+
packaging==23.1
13+
pip-tools==6.13.0
1414
pyproject-hooks==1.0.0
1515
tomli==2.0.1
16-
typing-extensions==4.4.0
17-
wheel==0.38.4
18-
zipp==3.11.0
16+
typing-extensions==4.6.2
17+
wheel==0.40.0
18+
zipp==3.15.0
1919

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

requirements/docs.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,29 @@
55
# pip-compile --no-annotate --resolver=backtracking requirements/docs.in
66
#
77
alabaster==0.7.13
8-
babel==2.11.0
9-
certifi==2022.12.7
10-
charset-normalizer==3.0.1
11-
docutils==0.17.1
8+
babel==2.12.1
9+
certifi==2023.5.7
10+
charset-normalizer==3.1.0
11+
docutils==0.18.1
1212
idna==3.4
1313
imagesize==1.4.1
14+
importlib-metadata==6.6.0
1415
jinja2==3.1.2
15-
markupsafe==2.1.1
16-
packaging==23.0
17-
pygments==2.14.0
18-
pytz==2022.7.1
16+
markupsafe==2.1.2
17+
packaging==23.1
18+
pygments==2.15.1
19+
pytz==2023.3
1920
requests==2.31.0
2021
snowballstemmer==2.2.0
2122
sphinx==5.3.0
22-
sphinx-rtd-theme==1.1.1
23+
sphinx-rtd-theme==1.2.1
2324
sphinxcontrib-applehelp==1.0.2
2425
sphinxcontrib-devhelp==1.0.2
2526
sphinxcontrib-htmlhelp==2.0.0
27+
sphinxcontrib-jquery==4.1
2628
sphinxcontrib-jsmath==1.0.1
2729
sphinxcontrib-qthelp==1.0.3
2830
sphinxcontrib-serializinghtml==1.1.5
29-
urllib3==1.26.14
31+
typing-extensions==4.6.2
32+
urllib3==2.0.2
33+
zipp==3.15.0

requirements/tests.txt

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,45 @@
44
#
55
# pip-compile --no-annotate --resolver=backtracking requirements/tests.in
66
#
7-
astroid==2.13.2
8-
attrs==22.2.0
9-
bleach==5.0.1
7+
astroid==2.15.5
8+
bleach==6.0.0
109
cfgv==3.3.1
11-
coverage[toml]==7.0.5
12-
cython==0.29.33
10+
coverage[toml]==7.2.6
11+
cython==0.29.35
1312
dill==0.3.6
1413
distlib==0.3.6
15-
docutils==0.19
16-
exceptiongroup==1.1.0
17-
filelock==3.9.0
18-
identify==2.5.13
19-
importlib-metadata==6.0.0
14+
docutils==0.20.1
15+
exceptiongroup==1.1.1
16+
filelock==3.12.0
17+
identify==2.5.24
18+
importlib-metadata==6.6.0
2019
iniconfig==2.0.0
21-
isort==5.11.4
20+
isort==5.11.5
2221
lazy-object-proxy==1.9.0
2322
mccabe==0.7.0
24-
nodeenv==1.7.0
25-
packaging==23.0
26-
platformdirs==2.6.2
23+
nodeenv==1.8.0
24+
packaging==23.1
25+
platformdirs==3.5.1
2726
pluggy==1.0.0
2827
pre-commit==2.21.0
29-
pygments==2.14.0
30-
pylint==2.15.10
28+
pygments==2.15.1
29+
pylint==2.17.4
3130
pylint-per-file-ignores==1.0.0
32-
pytest==7.2.1
33-
pytest-cov==4.0.0
31+
pytest==7.3.1
32+
pytest-cov==4.1.0
3433
pytest-repeat==0.9.1
3534
pytest-timeout==2.1.0
3635
pyyaml==6.0
3736
readme-renderer==37.3
3837
six==1.16.0
3938
tomli==2.0.1
40-
tomlkit==0.11.6
39+
tomlkit==0.11.8
4140
typed-ast==1.5.4
42-
typing-extensions==4.4.0
43-
virtualenv==20.17.1
41+
typing-extensions==4.6.2
42+
virtualenv==20.23.0
4443
webencodings==0.5.1
45-
wrapt==1.14.1
46-
zipp==3.11.0
44+
wrapt==1.15.0
45+
zipp==3.15.0
4746

4847
# The following packages are considered to be unsafe in a requirements file:
4948
# setuptools

requirements/typing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --no-annotate --resolver=backtracking requirements/typing.in
66
#
7-
mypy==0.991
8-
mypy-extensions==0.4.3
7+
mypy==1.3.0
8+
mypy-extensions==1.0.0
99
tomli==2.0.1
1010
typed-ast==1.5.4
11-
typing-extensions==4.4.0
11+
typing-extensions==4.6.2

0 commit comments

Comments
 (0)