Skip to content

Commit 648cb81

Browse files
Bump typing-extensions from 4.13.2 to 4.14.0 (#219)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.13.2 to 4.14.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.13.2...4.14.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.0 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 b349a88 commit 648cb81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ pydantic==2.10.6 ; python_version >= "3.8" and python_version < "4.0" \
220220
requests==2.32.4 ; python_version >= "3.8" and python_version < "4.0" \
221221
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
222222
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
223-
typing-extensions==4.13.2 ; python_version >= "3.8" and python_version < "4.0" \
224-
--hash=sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c \
225-
--hash=sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef
223+
typing-extensions==4.14.0 ; python_version >= "3.8" and python_version < "4.0" \
224+
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
225+
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
226226
urllib3==2.4.0 ; python_version >= "3.8" and python_version < "4.0" \
227227
--hash=sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466 \
228228
--hash=sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ tomli==2.2.1 ; python_version >= "3.8" and python_version < "3.11" \
418418
tomlkit==0.13.3 ; python_version >= "3.8" and python_version < "4.0" \
419419
--hash=sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1 \
420420
--hash=sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0
421-
typing-extensions==4.13.2 ; python_version >= "3.8" and python_version < "4.0" \
422-
--hash=sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c \
423-
--hash=sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef
421+
typing-extensions==4.14.0 ; python_version >= "3.8" and python_version < "4.0" \
422+
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
423+
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
424424
untokenize==0.1.1 ; python_version >= "3.8" and python_version < "4.0" \
425425
--hash=sha256:3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2
426426
urllib3==2.4.0 ; python_version >= "3.8" and python_version < "4.0" \

0 commit comments

Comments
 (0)