Skip to content

Commit f133ab3

Browse files
committed
also update apscheduler in sfc/requirements.txt
1 parent 702377f commit f133ab3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ services:
8787
args:
8888
PYTHON_VERSION: ${PYTHON_VERSION}
8989
PYTHON_DIGEST: ${PYTHON_DIGEST}
90-
APSCHEDULER_VERSION: ${APSCHEDULER_VERSION:-3.11.2}
90+
APSCHEDULER_VERSION: ${APSCHEDULER_VERSION:-3.11.3}
9191
AIOHTTP_VERSION: ${AIOHTTP_VERSION:-3.14.3}
9292
container_name: sfc
9393
command: ["--no-instrumenting"]

sfc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# APScheduler job scheduler
2-
apscheduler==3.11.2
2+
apscheduler==3.11.3
33
# Fast HTTP client with speedups
44
aiohttp[speedups]==3.14.3
55
# Linux distribution info for CA handling

0 commit comments

Comments
 (0)