1 parent 702377f commit f133ab3Copy full SHA for f133ab3
2 files changed
docker-compose.yaml
@@ -87,7 +87,7 @@ services:
87
args:
88
PYTHON_VERSION: ${PYTHON_VERSION}
89
PYTHON_DIGEST: ${PYTHON_DIGEST}
90
- APSCHEDULER_VERSION: ${APSCHEDULER_VERSION:-3.11.2}
+ APSCHEDULER_VERSION: ${APSCHEDULER_VERSION:-3.11.3}
91
AIOHTTP_VERSION: ${AIOHTTP_VERSION:-3.14.3}
92
container_name: sfc
93
command: ["--no-instrumenting"]
sfc/requirements.txt
@@ -1,5 +1,5 @@
1
# APScheduler job scheduler
2
-apscheduler==3.11.2
+apscheduler==3.11.3
3
# Fast HTTP client with speedups
4
aiohttp[speedups]==3.14.3
5
# Linux distribution info for CA handling
0 commit comments