diff --git a/Dockerfile b/Dockerfile index 0f2d4ed..a4b7f56 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.22.0 +ARG SCRAPY_POET_VERSION=0.22.1 ARG SCRAPY_PLAYWRIGHT_VERSION=v0.0.34 SHELL ["/bin/bash", "-c"] diff --git a/README.md b/README.md index 6e12f22..a0e5322 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.22.0 +- scrapy-poet==0.22.1 - scrapy-playwright==v0.0.34 ```bash