diff --git a/Dockerfile b/Dockerfile index 1ae1822..0f2d4ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG SCRAPYD_CLIENT_VERSION=v1.2.3 ARG SCRAPY_SPLASH_VERSION=0.9.0 ARG SCRAPYRT_VERSION=v0.16.0 ARG SPIDERMON_VERSION=1.20.0 -ARG SCRAPY_POET_VERSION=0.20.1 +ARG SCRAPY_POET_VERSION=0.22.0 ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.34 SHELL ["/bin/bash", "-c"] diff --git a/README.md b/README.md index 2cd6ba8..6e12f22 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This image is based on `debian:bookworm`, 8 latest stable python packages are in - scrapy-splash==0.9.0 - scrapyrt==v0.16.0 - spidermon==1.20.0 -- scrapy-poet==0.20.1 +- scrapy-poet==0.22.0 - scrapy-playwright==v0.0.34 ```bash