Update pre-commit hook APScheduler to ~=3.11.0 (#4950)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-15 22:44:45 +02:00
committed by GitHub
parent 008fcdea5f
commit 630db8f0ef
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ repos:
additional_dependencies:
- httpx~=0.27
- tornado~=6.4
- APScheduler~=3.10.4
- APScheduler>=3.10.4,<3.12.0
- cachetools>=5.3.3,<5.5.0
- aiolimiter~=1.1,<1.3
- . # this basically does `pip install -e .`
@@ -42,7 +42,7 @@ repos:
- types-cachetools
- httpx~=0.27
- tornado~=6.4
- APScheduler~=3.10.4
- APScheduler>=3.10.4,<3.12.0
- cachetools>=5.3.3,<5.5.0
- aiolimiter~=1.1,<1.3
- . # this basically does `pip install -e .`
@@ -55,6 +55,6 @@ repos:
- --follow-imports=silent
additional_dependencies:
- tornado~=6.4
- APScheduler~=3.10.4
- APScheduler>=3.10.4,<3.12.0
- cachetools>=5.3.3,<5.5.0
- . # this basically does `pip install -e .`
@@ -0,0 +1,5 @@
internal = "Align pre-commit hook APScheduler to with ``pyproject.toml``"
[[pull_requests]]
uid = "4950"
author_uids = ["renovate[bot]", "Bibo-Joshi"]
closes_threads = []