summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 16:46:36 +0000
committerGitHub <[email protected]>2026-07-20 16:46:36 +0000
commit78133748520954f445748d5e0225cf9a55cc497b (patch)
tree9713fc1c47e6f4c5117279273d3556723403b4fa /pyproject.toml
parentc53360b910791c34eec8a72e32bcc6e207ed7423 (diff)
downloadhutch-stats-78133748520954f445748d5e0225cf9a55cc497b.tar.gz
hutch-stats-78133748520954f445748d5e0225cf9a55cc497b.tar.bz2
hutch-stats-78133748520954f445748d5e0225cf9a55cc497b.zip
chore(deps): bump apscheduler from 3.11.2 to 3.11.3
Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.2...3.11.3) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4030ab0..689853e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
"alembic>=1.13,<2.0",
"pydantic>=2.8,<3.0",
"pydantic-settings>=2.3,<3.0",
- "apscheduler>=3.10,<4.0",
+ "apscheduler>=3.11.3,<4.0",
]
[project.optional-dependencies]