Skip to content

Commit c68eb19

Browse files
Bump typing-extensions from 4.12.2 to 4.13.1 (#182)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.2 to 4.13.1. - [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.12.2...4.13.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 250b923 commit c68eb19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ pydantic==2.10.6 ; python_version >= "3.8" and python_version < "4.0" \
212212
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" \
213213
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
214214
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
215-
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" \
216-
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
217-
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
215+
typing-extensions==4.13.1 ; python_version >= "3.8" and python_version < "4.0" \
216+
--hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 \
217+
--hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff
218218
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0" \
219219
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
220220
--hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9

Diff for: requirements_dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ tomli==2.2.1 ; python_version >= "3.8" and python_version < "3.11" \
410410
tomlkit==0.13.2 ; python_version >= "3.8" and python_version < "4.0" \
411411
--hash=sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde \
412412
--hash=sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79
413-
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" \
414-
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
415-
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
413+
typing-extensions==4.13.1 ; python_version >= "3.8" and python_version < "4.0" \
414+
--hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 \
415+
--hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff
416416
untokenize==0.1.1 ; python_version >= "3.8" and python_version < "4.0" \
417417
--hash=sha256:3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2
418418
urllib3==2.2.3 ; python_version >= "3.8" and python_version < "4.0" \

0 commit comments

Comments
 (0)