Skip to content

Commit 69c5b00

Browse files
committed
update
1 parent 68891b2 commit 69c5b00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ MAINTAINER EasyPi Software Foundation
88
ARG TARGETPLATFORM
99
ARG SCRAPY_VERSION=2.12.0
1010
ARG SCRAPYD_VERSION=1.5.0
11-
ARG SCRAPYD_CLIENT_VERSION=2.0.0
12-
ARG SCRAPY_SPLASH_VERSION=0.9.0
11+
ARG SCRAPYD_CLIENT_VERSION=2.0.1
12+
ARG SCRAPY_SPLASH_VERSION=0.11.1
1313
ARG SCRAPYRT_VERSION=v0.16.0
1414
ARG SPIDERMON_VERSION=1.23.0
15-
ARG SCRAPY_POET_VERSION=0.24.0
15+
ARG SCRAPY_POET_VERSION=0.26.0
1616
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.42
1717

1818
SHELL ["/bin/bash", "-c"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in
2828

2929
- scrapy==2.12.0
3030
- scrapyd==1.5.0
31-
- scrapyd-client==2.0.0
32-
- scrapy-splash==0.9.0
31+
- scrapyd-client==2.0.1
32+
- scrapy-splash==0.11.1
3333
- scrapyrt==v0.16.0
3434
- spidermon==1.23.0
35-
- scrapy-poet==0.24.0
35+
- scrapy-poet==0.26.0
3636
- scrapy-playwright==v0.0.42
3737

3838
```bash

0 commit comments

Comments
 (0)