diff --git a/local-requirements.txt b/local-requirements.txt index 683eaa5..f140b55 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -1,5 +1,5 @@ black==24.3.0 -pytest-cov==3.0.0 +pytest-cov==7.0.0 mypy==0.961 build==1.2.2.post1 twine==4.0.1 @@ -7,5 +7,5 @@ wheel==0.38.1 flake8==7.1.1 pre-commit==4.0.1 Django==4.2.24 -pytest-xdist==2.5.0 -pytest-asyncio==1.0.0 +pytest-xdist==3.8.0 +pytest-asyncio==1.3.0 diff --git a/meta.yaml b/meta.yaml index 04ba589..d5f0db4 100644 --- a/meta.yaml +++ b/meta.yaml @@ -22,7 +22,7 @@ requirements: run: - python >=3.10 - microsoft::playwright >=1.37.0 - - pytest >=6.2.4,<9.0.0 + - pytest >=6.2.4,<10.0.0 - pytest-base-url >=1.0.0,<3.0.0 - python-slugify >=6.0.0,<9.0.0 {% if package == 'pytest-playwright-asyncio' %} diff --git a/pytest-playwright-asyncio/pyproject.toml b/pytest-playwright-asyncio/pyproject.toml index 751bc4b..f5e8af6 100644 --- a/pytest-playwright-asyncio/pyproject.toml +++ b/pytest-playwright-asyncio/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "playwright>=1.18", - "pytest>=6.2.4,<9.0.0", + "pytest>=6.2.4,<10.0.0", "pytest-base-url>=1.0.0,<3.0.0", "python-slugify>=6.0.0,<9.0.0", "pytest-asyncio>=0.24.0", diff --git a/pytest-playwright/pyproject.toml b/pytest-playwright/pyproject.toml index b199b58..aeaed2f 100644 --- a/pytest-playwright/pyproject.toml +++ b/pytest-playwright/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "playwright>=1.18", - "pytest>=6.2.4,<9.0.0", + "pytest>=6.2.4,<10.0.0", "pytest-base-url>=1.0.0,<3.0.0", "python-slugify>=6.0.0,<9.0.0", ]