Skip to content

Commit 7eba2bd

Browse files
committed
update
1 parent 317ad17 commit 7eba2bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.21.0
15-
ARG SCRAPY_POET_VERSION=0.22.1
15+
ARG SCRAPY_POET_VERSION=0.22.3
1616
ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.34
1717

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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.21.0
35-
- scrapy-poet==0.22.1
35+
- scrapy-poet==0.22.3
3636
- scrapy-playwright==v0.0.34
3737

3838
```bash

0 commit comments

Comments
 (0)