Skip to content

Commit

Permalink
build(deps): update httpx requirement in /tests/e2e
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent a6d8de3 commit ea0c9c7
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.2.2","httpx ~= 0.28.1","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 ea0c9c7

Please sign in to comment.