Skip to content

Commit e9dbbce

Browse files
Bump typeguard from 4.1.5 to 4.2.1 (#781)
Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.1.5 to 4.2.1. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.1.5...4.2.1) --- updated-dependencies: - dependency-name: typeguard 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> Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
1 parent c0e16ee commit e9dbbce

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

docs/requirements.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ annotated-types==0.5.0
1111
babel==2.12.1
1212
# via sphinx
1313
bo4e-schema-tool==0.0.7
14-
# via -r .\docs\requirements.in
14+
# via -r docs/requirements.in
1515
certifi==2023.7.22
1616
# via requests
1717
cffi==1.16.0
@@ -22,10 +22,6 @@ charset-normalizer==2.1.0
2222
# via requests
2323
click==8.1.7
2424
# via bo4e-schema-tool
25-
colorama==0.4.6
26-
# via
27-
# click
28-
# sphinx
2925
cryptography==42.0.5
3026
# via pyjwt
3127
deprecated==1.2.14
@@ -39,22 +35,22 @@ idna==3.7
3935
imagesize==1.4.1
4036
# via sphinx
4137
iso3166==2.1.1
42-
# via -r .\docs\requirements.in
38+
# via -r docs/requirements.in
4339
jinja2==3.1.3
4440
# via sphinx
4541
markupsafe==2.1.3
4642
# via jinja2
4743
more-itertools==10.2.0
4844
# via bo4e-schema-tool
4945
networkx==3.3
50-
# via -r .\docs\requirements.in
46+
# via -r docs/requirements.in
5147
packaging==24.0
5248
# via sphinx
5349
pycparser==2.21
5450
# via cffi
5551
pydantic==2.4.2
5652
# via
57-
# -r .\docs\requirements.in
53+
# -r docs/requirements.in
5854
# bo4e-schema-tool
5955
pydantic-core==2.10.1
6056
# via pydantic
@@ -63,22 +59,22 @@ pygithub==2.2.0
6359
pygments==2.16.1
6460
# via sphinx
6561
pyhumps==3.8.0
66-
# via -r .\docs\requirements.in
62+
# via -r docs/requirements.in
6763
pyjwt[crypto]==2.8.0
6864
# via pygithub
6965
pynacl==1.5.0
7066
# via pygithub
7167
requests==2.31.0
7268
# via
73-
# -r .\docs\requirements.in
69+
# -r docs/requirements.in
7470
# bo4e-schema-tool
7571
# pygithub
7672
# sphinx
7773
snowballstemmer==2.2.0
7874
# via sphinx
7975
sphinx==7.2.6
8076
# via
81-
# -r .\docs\requirements.in
77+
# -r docs/requirements.in
8278
# sphinx-rtd-theme
8379
# sphinxcontrib-applehelp
8480
# sphinxcontrib-devhelp
@@ -87,7 +83,7 @@ sphinx==7.2.6
8783
# sphinxcontrib-qthelp
8884
# sphinxcontrib-serializinghtml
8985
sphinx-rtd-theme==1.3.0
90-
# via -r .\docs\requirements.in
86+
# via -r docs/requirements.in
9187
sphinxcontrib-applehelp==1.0.7
9288
# via sphinx
9389
sphinxcontrib-devhelp==1.0.5
@@ -102,13 +98,14 @@ sphinxcontrib-qthelp==1.0.6
10298
# via sphinx
10399
sphinxcontrib-serializinghtml==1.1.9
104100
# via sphinx
105-
typeguard==4.1.5
106-
# via -r .\docs\requirements.in
101+
typeguard==4.2.1
102+
# via -r docs/requirements.in
107103
typing-extensions==4.11.0
108104
# via
109105
# pydantic
110106
# pydantic-core
111107
# pygithub
108+
# typeguard
112109
urllib3==2.2.1
113110
# via
114111
# pygithub

0 commit comments

Comments
 (0)