summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b11f52f..5ef3358 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,12 +16,12 @@ dependencies = [
"alembic>=1.13,<2.0",
"pydantic>=2.13.4,<3.0",
"pydantic-settings>=2.3,<3.0",
- "apscheduler>=3.10,<4.0",
+ "apscheduler>=3.11.3,<4.0",
]
[project.optional-dependencies]
dev = [
- "pytest>=8.2,<9.0",
+ "pytest>=9.0.3",
]
[project.scripts]