Skip to content

Commit 024167e

Browse files
chore(deps-dev): update pytest-asyncio requirement
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e54cd1b commit 024167e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/serialization/form/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ isort = ">=5.13.2,<9.0.0"
3434
pylint = ">=3.2.7,<5.0.0"
3535
mypy = ">=1.11.2,<3.0.0"
3636
pytest = ">=8.3.2,<10.0.0"
37-
pytest-asyncio = ">=0.24,<1.4"
37+
pytest-asyncio = ">=0.24,<1.5"
3838
poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"
3939
types-python-dateutil = "^2.9.0.20240906"
4040

0 commit comments

Comments
 (0)