Skip to content

Commit 5395507

Browse files
Bump networkx from 3.3 to 3.4 (#906)
Bumps [networkx](https://github.com/networkx/networkx) from 3.3 to 3.4. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](networkx/networkx@networkx-3.3...networkx-3.4) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b29fc2e commit 5395507

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

dev_requirements/requirements-type_check.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
iniconfig==2.0.0
99
# via pytest
1010
mypy==1.11.2
11-
# via -r requirements-type_check.in
11+
# via -r dev_requirements/requirements-type_check.in
1212
mypy-extensions==1.0.0
1313
# via mypy
14-
networkx==3.3
14+
networkx==3.4
1515
# via networkx-stubs
1616
networkx-stubs==0.0.1
17-
# via -r requirements-type_check.in
17+
# via -r dev_requirements/requirements-type_check.in
1818
packaging==24.0
1919
# via pytest
2020
pluggy==1.5.0
2121
# via pytest
2222
pytest==8.3.3
23-
# via -r requirements-type_check.in
23+
# via -r dev_requirements/requirements-type_check.in
2424
types-requests==2.32.0.20240914
25-
# via -r requirements-type_check.in
25+
# via -r dev_requirements/requirements-type_check.in
2626
typing-extensions==4.11.0
2727
# via mypy
2828
urllib3==2.2.2

docs/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ annotated-types==0.5.0
1111
babel==2.15.0
1212
# via sphinx
1313
bo4e-schema-tool==0.0.9
14-
# via -r requirements.in
14+
# via -r docs/requirements.in
1515
certifi==2024.7.4
1616
# via requests
1717
cffi==1.16.0
@@ -22,7 +22,7 @@ charset-normalizer==2.1.0
2222
# via requests
2323
click==8.1.7
2424
# via
25-
# -r requirements.in
25+
# -r docs/requirements.in
2626
# bo4e-schema-tool
2727
cryptography==43.0.1
2828
# via pyjwt
@@ -37,22 +37,22 @@ idna==3.7
3737
imagesize==1.4.1
3838
# via sphinx
3939
iso3166==2.1.1
40-
# via -r requirements.in
40+
# via -r docs/requirements.in
4141
jinja2==3.1.4
4242
# via sphinx
4343
markupsafe==2.1.3
4444
# via jinja2
4545
more-itertools==10.2.0
4646
# via bo4e-schema-tool
47-
networkx==3.3
48-
# via -r requirements.in
47+
networkx==3.4
48+
# via -r docs/requirements.in
4949
packaging==24.0
5050
# via sphinx
5151
pycparser==2.21
5252
# via cffi
5353
pydantic==2.8.2
5454
# via
55-
# -r requirements.in
55+
# -r docs/requirements.in
5656
# bo4e-schema-tool
5757
pydantic-core==2.20.1
5858
# via pydantic
@@ -61,22 +61,22 @@ pygithub==2.2.0
6161
pygments==2.18.0
6262
# via sphinx
6363
pyhumps==3.8.0
64-
# via -r requirements.in
64+
# via -r docs/requirements.in
6565
pyjwt[crypto]==2.8.0
6666
# via pygithub
6767
pynacl==1.5.0
6868
# via pygithub
6969
requests==2.32.3
7070
# via
71-
# -r requirements.in
71+
# -r docs/requirements.in
7272
# bo4e-schema-tool
7373
# pygithub
7474
# sphinx
7575
snowballstemmer==2.2.0
7676
# via sphinx
7777
sphinx==7.4.7
7878
# via
79-
# -r requirements.in
79+
# -r docs/requirements.in
8080
# sphinx-rtd-theme
8181
# sphinxcontrib-applehelp
8282
# sphinxcontrib-devhelp
@@ -85,7 +85,7 @@ sphinx==7.4.7
8585
# sphinxcontrib-qthelp
8686
# sphinxcontrib-serializinghtml
8787
sphinx-rtd-theme==2.0.0
88-
# via -r requirements.in
88+
# via -r docs/requirements.in
8989
sphinxcontrib-applehelp==1.0.7
9090
# via sphinx
9191
sphinxcontrib-devhelp==1.0.5
@@ -101,7 +101,7 @@ sphinxcontrib-qthelp==1.0.6
101101
sphinxcontrib-serializinghtml==1.1.9
102102
# via sphinx
103103
typeguard==4.3.0
104-
# via -r requirements.in
104+
# via -r docs/requirements.in
105105
typing-extensions==4.11.0
106106
# via
107107
# pydantic

0 commit comments

Comments
 (0)