Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .`
Expand All @@ -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 .`
Expand All @@ -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 .`
5 changes: 5 additions & 0 deletions changes/unreleased/4950.VA9pgTVrLPABkUrxifLZnh.toml
Original file line number Diff line number Diff line change
@@ -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 = []