Skip to content

Commit f6646d1

Browse files
committed
update
1 parent 18d280c commit f6646d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ARG SCRAPYD_VERSION=1.5.0
1111
ARG SCRAPYD_CLIENT_VERSION=2.0.0
1212
ARG SCRAPY_SPLASH_VERSION=0.9.0
1313
ARG SCRAPYRT_VERSION=v0.16.0
14-
ARG SPIDERMON_VERSION=1.22.0
14+
ARG SPIDERMON_VERSION=1.23.0
1515
ARG SCRAPY_POET_VERSION=0.24.0
16-
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.41
16+
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.42
1717

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in
3131
- scrapyd-client==2.0.0
3232
- scrapy-splash==0.9.0
3333
- scrapyrt==v0.16.0
34-
- spidermon==1.22.0
34+
- spidermon==1.23.0
3535
- scrapy-poet==0.24.0
36-
- scrapy-playwright==v0.0.41
36+
- scrapy-playwright==v0.0.42
3737

3838
```bash
3939
# fetch latest versions

0 commit comments

Comments
 (0)