Skip to content

Commit 437c4d7

Browse files
Update pre-commit hook cachetools to >=5.5.2,<5.6.0 (python-telegram-bot#4951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
1 parent 630db8f commit 437c4d7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- httpx~=0.27
2727
- tornado~=6.4
2828
- APScheduler>=3.10.4,<3.12.0
29-
- cachetools>=5.3.3,<5.5.0
29+
- cachetools>=5.3.3,<6.3.0
3030
- aiolimiter~=1.1,<1.3
3131
- . # this basically does `pip install -e .`
3232
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -43,7 +43,7 @@ repos:
4343
- httpx~=0.27
4444
- tornado~=6.4
4545
- APScheduler>=3.10.4,<3.12.0
46-
- cachetools>=5.3.3,<5.5.0
46+
- cachetools>=5.3.3,<6.3.0
4747
- aiolimiter~=1.1,<1.3
4848
- . # this basically does `pip install -e .`
4949
- id: mypy
@@ -56,5 +56,5 @@ repos:
5656
additional_dependencies:
5757
- tornado~=6.4
5858
- APScheduler>=3.10.4,<3.12.0
59-
- cachetools>=5.3.3,<5.5.0
59+
- cachetools>=5.3.3,<6.3.0
6060
- . # this basically does `pip install -e .`
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
internal = "Align pre-commit hook cachetools to with ``pyproject.toml``"
2+
[[pull_requests]]
3+
uid = "4951"
4+
author_uids = ["renovate[bot]", "Bibo-Joshi"]
5+
closes_threads = []

0 commit comments

Comments
 (0)