mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2026-06-19 07:35:19 +00:00
Update pre-commit hook cachetools to v7 (#5117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ repos:
|
||||
- httpx~=0.27
|
||||
- tornado~=6.4
|
||||
- APScheduler>=3.10.4,<3.12.0
|
||||
- cachetools>=5.3.3,<6.3.0
|
||||
- cachetools>=7.0.0,<8.0.0
|
||||
- aiolimiter~=1.1,<1.3
|
||||
- . # this basically does `pip install -e .`
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
@@ -43,7 +43,7 @@ repos:
|
||||
- httpx~=0.27
|
||||
- tornado~=6.4
|
||||
- APScheduler>=3.10.4,<3.12.0
|
||||
- cachetools>=5.3.3,<6.3.0
|
||||
- cachetools>=7.0.0,<8.0.0
|
||||
- aiolimiter~=1.1,<1.3
|
||||
- . # this basically does `pip install -e .`
|
||||
- id: mypy
|
||||
@@ -56,5 +56,5 @@ repos:
|
||||
additional_dependencies:
|
||||
- tornado~=6.4
|
||||
- APScheduler>=3.10.4,<3.12.0
|
||||
- cachetools>=5.3.3,<6.3.0
|
||||
- cachetools>=7.0.0,<8.0.0
|
||||
- . # this basically does `pip install -e .`
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
internal = "Update pre-commit hook cachetools to v7"
|
||||
[[pull_requests]]
|
||||
uid = "5117"
|
||||
author_uids = ["renovate[bot]"]
|
||||
closes_threads = []
|
||||
+1
-1
@@ -65,7 +65,7 @@ all = [
|
||||
]
|
||||
callback-data = [
|
||||
# Cachetools doesn't have a strict stability policy. Let's be cautious for now.
|
||||
"cachetools>=5.3.3,<6.3.0",
|
||||
"cachetools>=7.0.0,<8.0.0",
|
||||
]
|
||||
ext = [
|
||||
"python-telegram-bot[callback-data,job-queue,rate-limiter,webhooks]",
|
||||
|
||||
@@ -127,11 +127,11 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "cachetools"
|
||||
version = "6.2.1"
|
||||
version = "7.0.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/cc/7e/b975b5814bd36faf009faebe22c1072a1fa1168db34d285ef0ba071ad78c/cachetools-6.2.1.tar.gz", hash = "sha256:3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201", size = 31325, upload-time = "2025-10-12T14:55:30.139Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/98/af/df70e9b65bc77a1cbe0768c0aa4617147f30f8306ded98c1744bcdc0ae1e/cachetools-7.0.0.tar.gz", hash = "sha256:a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08", size = 35796, upload-time = "2026-02-01T18:59:47.411Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/96/c5/1e741d26306c42e2bf6ab740b2202872727e0f606033c9dd713f8b93f5a8/cachetools-6.2.1-py3-none-any.whl", hash = "sha256:09868944b6dde876dfd44e1d47e18484541eaf12f26f29b7af91b26cc892d701", size = 11280, upload-time = "2025-10-12T14:55:28.382Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/28/df/2dd32cce20cbcf6f2ec456b58d44368161ad28320729f64e5e1d5d7bd0ae/cachetools-7.0.0-py3-none-any.whl", hash = "sha256:d52fef60e6e964a1969cfb61ccf6242a801b432790fe520d78720d757c81cbd2", size = 13487, upload-time = "2026-02-01T18:59:45.981Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1351,9 +1351,9 @@ requires-dist = [
|
||||
{ name = "apscheduler", marker = "extra == 'all'", specifier = ">=3.10.4,<3.12.0" },
|
||||
{ name = "apscheduler", marker = "extra == 'ext'", specifier = ">=3.10.4,<3.12.0" },
|
||||
{ name = "apscheduler", marker = "extra == 'job-queue'", specifier = ">=3.10.4,<3.12.0" },
|
||||
{ name = "cachetools", marker = "extra == 'all'", specifier = ">=5.3.3,<6.3.0" },
|
||||
{ name = "cachetools", marker = "extra == 'callback-data'", specifier = ">=5.3.3,<6.3.0" },
|
||||
{ name = "cachetools", marker = "extra == 'ext'", specifier = ">=5.3.3,<6.3.0" },
|
||||
{ name = "cachetools", marker = "extra == 'all'", specifier = ">=7.0.0,<8.0.0" },
|
||||
{ name = "cachetools", marker = "extra == 'callback-data'", specifier = ">=7.0.0,<8.0.0" },
|
||||
{ name = "cachetools", marker = "extra == 'ext'", specifier = ">=7.0.0,<8.0.0" },
|
||||
{ name = "cffi", marker = "python_full_version >= '3.13' and extra == 'all'", specifier = ">=1.17.0rc1" },
|
||||
{ name = "cffi", marker = "python_full_version >= '3.13' and extra == 'passport'", specifier = ">=1.17.0rc1" },
|
||||
{ name = "cryptography", marker = "extra == 'all'", specifier = "!=3.4,!=3.4.1,!=3.4.2,!=3.4.3,>=39.0.1" },
|
||||
|
||||
Reference in New Issue
Block a user