Skip to content

Commit 30523c5

Browse files
authored
Chore: ⬆ Bump typing-extensions and various dev dependencies (#769)
1 parent 41632ca commit 30523c5

9 files changed

Lines changed: 78 additions & 69 deletions
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# SHA1:6dafbcf610e9f81897b65ee9142715ab2e793f9e
12
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\requirements-coverage.in'
6+
# pip-compile-multi
67
#
78
coverage==7.4.4
8-
# via -r requirements-coverage.in
9+
# via -r dev_requirements\requirements-coverage.in
Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1+
# SHA1:2c7ffcd29222de3114c7f7994911f1b69d06b6b3
12
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\requirements-formatting.in'
6+
# pip-compile-multi
67
#
78
black==24.4.0
8-
# via -r requirements-formatting.in
9+
# via -r dev_requirements\requirements-formatting.in
910
click==8.1.7
1011
# via black
11-
isort==5.12.0
12-
# via -r requirements-formatting.in
12+
colorama==0.4.6
13+
# via click
14+
isort==5.13.2
15+
# via -r dev_requirements\requirements-formatting.in
1316
mypy-extensions==1.0.0
1417
# via black
15-
packaging==23.1
18+
packaging==24.0
1619
# via black
17-
pathspec==0.11.2
20+
pathspec==0.12.1
1821
# via black
19-
platformdirs==3.10.0
22+
platformdirs==4.2.0
2023
# via black
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# SHA1:b93ec56608fb302fea7a8019d7c0e8e7239fc033
12
#
2-
# This file is autogenerated by pip-compile with python 3.10
3+
# This file is autogenerated by pip-compile-multi
34
# To update, run:
45
#
5-
# pip-compile requirements-json_schemas.in
6+
# pip-compile-multi
67
#
78
click==8.1.7
8-
# via -r requirements-json_schemas.in
9+
# via -r dev_requirements\requirements-json_schemas.in
910
colorama==0.4.6
1011
# via click
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1+
# SHA1:0e15f8789b9d62fe90d1f1b0b6a7e32f13b99b19
12
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\requirements-linting.in'
6+
# pip-compile-multi
67
#
78
astroid==3.1.0
89
# via pylint
9-
dill==0.3.7
10+
colorama==0.4.6
1011
# via pylint
11-
isort==5.12.0
12+
dill==0.3.8
13+
# via pylint
14+
isort==5.13.2
1215
# via pylint
1316
mccabe==0.7.0
1417
# via pylint
15-
platformdirs==3.10.0
18+
platformdirs==4.2.0
1619
# via pylint
1720
pylint==3.1.0
18-
# via -r requirements-linting.in
19-
tomlkit==0.12.1
21+
# via -r dev_requirements\requirements-linting.in
22+
tomlkit==0.12.4
2023
# via pylint

dev_requirements/requirements-packaging.txt

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
# SHA1:93e4fbf2b6cce1574fe3d5315360512fa9927699
12
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\dev_requirements\requirements-packaging.in'
6+
# pip-compile-multi
67
#
8+
backports-tarfile==1.1.1
9+
# via jaraco-context
710
build==1.2.1
8-
# via -r requirements-packaging.in
11+
# via -r dev_requirements\requirements-packaging.in
912
certifi==2024.2.2
1013
# via requests
11-
cffi==1.16.0
12-
# via cryptography
1314
charset-normalizer==3.3.2
1415
# via requests
15-
cryptography==42.0.5
16-
# via secretstorage
17-
docutils==0.20.1
16+
colorama==0.4.6
17+
# via build
18+
docutils==0.21.1
1819
# via readme-renderer
1920
idna==3.7
2021
# via requests
@@ -24,14 +25,10 @@ importlib-metadata==7.1.0
2425
# twine
2526
jaraco-classes==3.4.0
2627
# via keyring
27-
jaraco-context==5.0.0
28+
jaraco-context==5.3.0
2829
# via keyring
29-
jaraco-functools==4.0.0
30+
jaraco-functools==4.0.1
3031
# via keyring
31-
jeepney==0.8.0
32-
# via
33-
# keyring
34-
# secretstorage
3532
keyring==25.1.0
3633
# via twine
3734
markdown-it-py==3.0.0
@@ -48,14 +45,14 @@ packaging==24.0
4845
# via build
4946
pkginfo==1.10.0
5047
# via twine
51-
pycparser==2.22
52-
# via cffi
5348
pygments==2.17.2
5449
# via
5550
# readme-renderer
5651
# rich
5752
pyproject-hooks==1.0.0
5853
# via build
54+
pywin32-ctypes==0.2.2
55+
# via keyring
5956
readme-renderer==43.0
6057
# via twine
6158
requests==2.31.0
@@ -68,10 +65,8 @@ rfc3986==2.0.0
6865
# via twine
6966
rich==13.7.1
7067
# via twine
71-
secretstorage==3.3.3
72-
# via keyring
7368
twine==5.0.0
74-
# via -r requirements-packaging.in
69+
# via -r dev_requirements\requirements-packaging.in
7570
urllib3==2.2.1
7671
# via
7772
# requests
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1+
# SHA1:d8bf34f7830b949c538f22e73d2b6ebb2065a573
12
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\requirements-tests.in'
6+
# pip-compile-multi
67
#
8+
colorama==0.4.6
9+
# via pytest
710
dictdiffer==0.9.0
8-
# via -r requirements-tests.in
11+
# via -r dev_requirements\requirements-tests.in
912
iniconfig==2.0.0
1013
# via pytest
11-
packaging==23.1
14+
packaging==24.0
1215
# via pytest
13-
pluggy==1.4.0
16+
pluggy==1.5.0
1417
# via pytest
1518
pytest==8.1.1
1619
# via
17-
# -r requirements-tests.in
20+
# -r dev_requirements\requirements-tests.in
1821
# pytest-datafiles
1922
pytest-datafiles==3.0.0
20-
# via -r requirements-tests.in
23+
# via -r dev_requirements\requirements-tests.in
Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1+
# SHA1:9a286c239b1bb587f83dac5fba3e8a2ebfa4029b
12
#
2-
# This file is autogenerated by pip-compile with Python 3.11
3-
# by the following command:
3+
# This file is autogenerated by pip-compile-multi
4+
# To update, run:
45
#
5-
# pip-compile '.\requirements-type_check.in'
6+
# pip-compile-multi
67
#
8+
colorama==0.4.6
9+
# via pytest
710
iniconfig==2.0.0
811
# via pytest
912
mypy==1.9.0
10-
# via -r requirements-type_check.in
13+
# via -r dev_requirements\requirements-type_check.in
1114
mypy-extensions==1.0.0
1215
# via mypy
13-
networkx==3.2
16+
networkx==3.3
1417
# via networkx-stubs
1518
networkx-stubs==0.0.1
16-
# via -r requirements-type_check.in
17-
packaging==23.1
19+
# via -r dev_requirements\requirements-type_check.in
20+
packaging==24.0
1821
# via pytest
19-
pluggy==1.4.0
22+
pluggy==1.5.0
2023
# via pytest
2124
pytest==8.1.1
22-
# via -r requirements-type_check.in
25+
# via -r dev_requirements\requirements-type_check.in
2326
types-requests==2.31.0.20240406
24-
# via -r requirements-type_check.in
25-
typing-extensions==4.8.0
27+
# via -r dev_requirements\requirements-type_check.in
28+
typing-extensions==4.11.0
2629
# via mypy
27-
urllib3==2.0.7
30+
urllib3==2.2.1
2831
# via types-requests

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jinja2==3.1.3
2828
# via sphinx
2929
markupsafe==2.1.3
3030
# via jinja2
31-
networkx==3.2
31+
networkx==3.3
3232
# via -r requirements.in
33-
packaging==23.1
33+
packaging==24.0
3434
# via sphinx
3535
pydantic==2.4.2
3636
# via -r requirements.in
@@ -74,10 +74,10 @@ sphinxcontrib-serializinghtml==1.1.9
7474
# via sphinx
7575
typeguard==4.1.5
7676
# via -r requirements.in
77-
typing-extensions==4.8.0
77+
typing-extensions==4.11.0
7878
# via
7979
# pydantic
8080
# pydantic-core
8181
# typeguard
82-
urllib3==2.0.7
82+
urllib3==2.2.1
8383
# via requests

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pydantic-core==2.10.1
1414
# via pydantic
1515
pyhumps==3.8.0
1616
# via -r requirements.in
17-
typing-extensions==4.8.0
17+
typing-extensions==4.11.0
1818
# via
1919
# pydantic
2020
# pydantic-core

0 commit comments

Comments
 (0)