From f9db80aa555fe9508da456b67a33d857f196acd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:46:47 +0000 Subject: [PATCH] Bump types-decorator from 5.1.8.20250121 to 5.1.8.20250215 Bumps [types-decorator](https://github.com/python/typeshed) from 5.1.8.20250121 to 5.1.8.20250215. - [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] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index d43029bf4a..3ccaaab0a4 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.20250121" +types-decorator = "==5.1.8.20250215" typing-extensions = "==4.12.2" url-normalize = "==1.4.3" urllib3 = "==2.3.0" diff --git a/Pipfile.lock b/Pipfile.lock index a9893c8ad8..918eea0361 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2cc9d9bcffc285d24f25a6d9370a9ef9f74f7b155a98f6dec1c57a18ff1a54d6" + "sha256": "594f007cd706ea8149bfc262cd69abb9c1172d158805f80dced39c44cbc1f1d0" }, "pipfile-spec": 6, "requires": { @@ -419,12 +419,12 @@ }, "types-decorator": { "hashes": [ - "sha256:1b89bb1c481a1d3399e28f1aa3459366b76dde951490992ae8475ba91287cd04", - "sha256:6bfd5f4464f444a1ee0aea92705ed8466d74c0ddd7ade4bbd003c235db51d21a" + "sha256:0289b854559c12f92e8166f9880a6194eb475256d93a6d6b611dc1a9ddcc5867", + "sha256:735d96deb5007544e27fa62ed27c80951f83a2c93db67cc07998152e0f839b8f" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==5.1.8.20250121" + "version": "==5.1.8.20250215" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 237de1addf..48d1629f5c 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.20250121; python_version >= '3.9' +types-decorator==5.1.8.20250215; python_version >= '3.9' typing-extensions==4.12.2 url-normalize==1.4.3 urllib3==2.3.0; python_version >= '3.9'