File tree Expand file tree Collapse file tree 5 files changed +38
-38
lines changed Expand file tree Collapse file tree 5 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
99click==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
1515pyproject-hooks==1.0.0
1616tomli==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
Original file line number Diff line number Diff line change 66#
77alabaster==0.7.13
88babel==2.14.0
9- certifi==2023.11.17
9+ certifi==2024.2.2
1010charset-normalizer==3.3.2
1111docutils==0.20.1
12- idna==3.6
12+ idna==3.7
1313imagesize==1.4.1
14- importlib-metadata==7.0.1
14+ importlib-metadata==7.1.0
1515jinja2==3.1.3
16- markupsafe==2.1.4
17- packaging==23.2
16+ markupsafe==2.1.5
17+ packaging==24.0
1818pygments==2.17.2
19- pytz==2023.3.post1
19+ pytz==2024.1
2020requests==2.31.0
2121snowballstemmer==2.2.0
2222sphinx==7.1.2
@@ -28,5 +28,5 @@ sphinxcontrib-jquery==4.1
2828sphinxcontrib-jsmath==1.0.1
2929sphinxcontrib-qthelp==1.0.3
3030sphinxcontrib-serializinghtml==1.1.5
31- urllib3==2.1.0
32- zipp==3.17.0
31+ urllib3==2.2.1
32+ zipp==3.18.1
Original file line number Diff line number Diff line change 44#
55# pip-compile --no-annotate requirements/tests.in
66#
7- astroid==3.0.2
7+ astroid==3.1.0
88bleach==6.1.0
99cfgv==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
1313distlib==0.3.8
1414docutils==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
1818iniconfig==2.0.0
1919isort==5.13.2
2020mccabe==0.7.0
2121nodeenv==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
2525pre-commit==3.5.0
2626pygments==2.17.2
27- pylint==3.0.3
27+ pylint==3.1.0
2828pylint-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
3131pytest-repeat==0.9.3
32- pytest-timeout==2.2.0
32+ pytest-timeout==2.3.1
3333pyyaml==6.0.1
3434readme-renderer==41.0
3535six==1.16.0
3636tomli==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
4040webencodings==0.5.1
4141
4242# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 44#
55# pip-compile --no-annotate requirements/typing.in
66#
7- mypy==1.8 .0
7+ mypy==1.10 .0
88mypy-extensions==1.0.0
99tomli==2.0.1
10- typing-extensions==4.9 .0
10+ typing-extensions==4.11 .0
You can’t perform that action at this time.
0 commit comments