Skip to content

Commit

Permalink
build(deps): update pytest requirement in /tests/e2e
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent a6d8de3 commit a88254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "src"
version = "1.0.0"
dependencies = ["pytest ~= 8.2.2","httpx ~= 0.27.0","playwright ~= 1.43.0","pytest-asyncio ~= 0.23.7"]
dependencies = ["pytest ~= 8.3.4","httpx ~= 0.27.0","playwright ~= 1.43.0","pytest-asyncio ~= 0.23.7"]
requires-python = "==3.12.4"
authors = [{ name = "kshramt", email = "[email protected]" }]
description = "Evidence Based Scheduling"
Expand Down

0 comments on commit a88254e

Please sign in to comment.