Skip to content

Commit d228069

Browse files
committed
update
1 parent 3c2e152 commit d228069

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ARG SCRAPYD_CLIENT_VERSION=v1.2.3
1212
ARG SCRAPY_SPLASH_VERSION=0.9.0
1313
ARG SCRAPYRT_VERSION=v0.16.0
1414
ARG SPIDERMON_VERSION=1.22.0
15-
ARG SCRAPY_POET_VERSION=0.22.3
16-
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.34
15+
ARG SCRAPY_POET_VERSION=0.22.6
16+
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.38
1717

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

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in
3232
- scrapy-splash==0.9.0
3333
- scrapyrt==v0.16.0
3434
- spidermon==1.22.0
35-
- scrapy-poet==0.22.3
36-
- scrapy-playwright==v0.0.34
35+
- scrapy-poet==0.22.6
36+
- scrapy-playwright==v0.0.38
3737

3838
```bash
3939
# fetch latest versions

0 commit comments

Comments
 (0)