Skip to content

Commit 268f78e

Browse files
committed
ci: Update reqs
1 parent 18fff06 commit 268f78e

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
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 setup.py
66
#
7-
certifi==2023.11.17
8-
typing-extensions==4.9.0
7+
certifi==2024.2.2
8+
typing-extensions==4.11.0

requirements/build.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
# pip-compile --no-annotate requirements/build.in
66
#
7-
auditwheel==5.4.0 ; sys_platform == "linux"
8-
build==1.0.3
7+
auditwheel==6.0.0 ; sys_platform == "linux"
8+
build==1.2.1
99
click==8.1.7
10-
cython==3.0.8
11-
importlib-metadata==7.0.1
12-
packaging==23.2
13-
pip-tools==7.3.0
14-
pyelftools==0.30
10+
cython==3.0.10
11+
importlib-metadata==7.1.0
12+
packaging==24.0
13+
pip-tools==7.4.1
14+
pyelftools==0.31
1515
pyproject-hooks==1.0.0
1616
tomli==2.0.1
17-
wheel==0.42.0
18-
zipp==3.17.0
17+
wheel==0.43.0
18+
zipp==3.18.1
1919

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

requirements/docs.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
#
77
alabaster==0.7.13
88
babel==2.14.0
9-
certifi==2023.11.17
9+
certifi==2024.2.2
1010
charset-normalizer==3.3.2
1111
docutils==0.20.1
12-
idna==3.6
12+
idna==3.7
1313
imagesize==1.4.1
14-
importlib-metadata==7.0.1
14+
importlib-metadata==7.1.0
1515
jinja2==3.1.3
16-
markupsafe==2.1.4
17-
packaging==23.2
16+
markupsafe==2.1.5
17+
packaging==24.0
1818
pygments==2.17.2
19-
pytz==2023.3.post1
19+
pytz==2024.1
2020
requests==2.31.0
2121
snowballstemmer==2.2.0
2222
sphinx==7.1.2
@@ -28,5 +28,5 @@ sphinxcontrib-jquery==4.1
2828
sphinxcontrib-jsmath==1.0.1
2929
sphinxcontrib-qthelp==1.0.3
3030
sphinxcontrib-serializinghtml==1.1.5
31-
urllib3==2.1.0
32-
zipp==3.17.0
31+
urllib3==2.2.1
32+
zipp==3.18.1

requirements/tests.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44
#
55
# pip-compile --no-annotate requirements/tests.in
66
#
7-
astroid==3.0.2
7+
astroid==3.1.0
88
bleach==6.1.0
99
cfgv==3.4.0
10-
coverage[toml]==7.4.0
11-
cython==3.0.8
12-
dill==0.3.7
10+
coverage[toml]==7.5.0
11+
cython==3.0.10
12+
dill==0.3.8
1313
distlib==0.3.8
1414
docutils==0.20.1
15-
exceptiongroup==1.2.0
16-
filelock==3.13.1
17-
identify==2.5.33
15+
exceptiongroup==1.2.1
16+
filelock==3.13.4
17+
identify==2.5.36
1818
iniconfig==2.0.0
1919
isort==5.13.2
2020
mccabe==0.7.0
2121
nodeenv==1.8.0
22-
packaging==23.2
23-
platformdirs==4.1.0
24-
pluggy==1.4.0
22+
packaging==24.0
23+
platformdirs==4.2.1
24+
pluggy==1.5.0
2525
pre-commit==3.5.0
2626
pygments==2.17.2
27-
pylint==3.0.3
27+
pylint==3.1.0
2828
pylint-per-file-ignores==1.3.2
29-
pytest==7.4.4
30-
pytest-cov==4.1.0
29+
pytest==8.1.2
30+
pytest-cov==5.0.0
3131
pytest-repeat==0.9.3
32-
pytest-timeout==2.2.0
32+
pytest-timeout==2.3.1
3333
pyyaml==6.0.1
3434
readme-renderer==41.0
3535
six==1.16.0
3636
tomli==2.0.1
37-
tomlkit==0.12.3
38-
typing-extensions==4.9.0
39-
virtualenv==20.25.0
37+
tomlkit==0.12.4
38+
typing-extensions==4.11.0
39+
virtualenv==20.26.0
4040
webencodings==0.5.1
4141

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

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --no-annotate requirements/typing.in
66
#
7-
mypy==1.8.0
7+
mypy==1.10.0
88
mypy-extensions==1.0.0
99
tomli==2.0.1
10-
typing-extensions==4.9.0
10+
typing-extensions==4.11.0

0 commit comments

Comments
 (0)