Skip to content

Commit cf28258

Browse files
committed
Bump minimum versions again
1 parent 400828a commit cf28258

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ to integrate `asyncio`-based projects such as `Playwright`.
2323
### Minimum required versions
2424

2525
* Python >= 3.10
26-
* Scrapy >= 2.6
27-
* Playwright >= 1.31
26+
* Scrapy >= 2.7
27+
* Playwright >= 1.40
2828

2929

3030
## Installation

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
python_requires=">=3.10",
3737
install_requires=[
38-
"scrapy>=2.6",
39-
"playwright>=1.31",
38+
"scrapy>=2.7",
39+
"playwright>=1.40",
4040
],
4141
)

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ deps =
4747
pytest_cov==4.1.0
4848
pytest_twisted==1.14
4949
psutil==5.9.7
50-
playwright==1.31 # version must match the one installed with npm below
51-
scrapy==2.6
52-
greenlet==2.0.1
50+
playwright==1.40 # version must match the one installed with npm below
51+
scrapy==2.7
52+
greenlet==3.0.1
5353
allowlist_externals =
5454
npm
5555
npx
5656
commands =
5757
playwright install --with-deps
58-
npm install playwright@1.31
58+
npm install playwright@1.40
5959
npx playwright install chromium
6060
py.test -vv --reactor=asyncio \
6161
--cov-report=term-missing \

0 commit comments

Comments
 (0)