From b3b64cb73fa519f4cc448575eadf10e9c3cdce60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:03:39 +0000 Subject: [PATCH] Bump types-decorator from 5.1.8.20240310 to 5.1.8.20250121 (#2154) Bumps [types-decorator](https://github.com/python/typeshed) from 5.1.8.20240310 to 5.1.8.20250121. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-decorator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 ++++++---- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index e0a1a70596..2dd792722a 100644 --- a/Pipfile +++ b/Pipfile @@ -38,7 +38,7 @@ requests-oauthlib = "==2.0.0" rich = "==13.9.4" six = "==1.17.0" tqdm = "==4.67.1" -types-decorator = "==5.1.8.20240310" +types-decorator = "==5.1.8.20250121" typing-extensions = "==4.12.2" url-normalize = "==1.4.3" urllib3 = "==2.3.0" diff --git a/Pipfile.lock b/Pipfile.lock index c33659791e..a9405462bf 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7da26c7c5dce6ebebe895fbebaaadd971b4b72112956e5a3b7efc5f66d1e085c" + "sha256": "9391f1ad5c731f728a91abf6d415a95bd60f2b0ecdff4ffc6fe6869f5b5896c7" }, "pipfile-spec": 6, "requires": { @@ -419,10 +419,12 @@ }, "types-decorator": { "hashes": [ - "sha256:3af75dc38f5baf65b9b53ea6661ce2056c5ca7d70d620d0b1f620285c1242757", - "sha256:52e316b03783886a8a2abdc228f7071680ba65894545cd2085ebe3cf88684a0e" + "sha256:1b89bb1c481a1d3399e28f1aa3459366b76dde951490992ae8475ba91287cd04", + "sha256:6bfd5f4464f444a1ee0aea92705ed8466d74c0ddd7ade4bbd003c235db51d21a" ], - "version": "==5.1.8.20240310" + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==5.1.8.20250121" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index b0b25de5fb..abdc286db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ requests-oauthlib==2.0.0; python_version >= '3.4' rich==13.9.4; python_full_version >= '3.8.0' six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tqdm==4.67.1; python_version >= '3.7' -types-decorator==5.1.8.20240310 +types-decorator==5.1.8.20250121; python_version >= '3.9' typing-extensions==4.12.2 url-normalize==1.4.3 urllib3==2.3.0; python_version >= '3.9'