diff options
author | 2024-12-30 12:31:45 +0000 | |
---|---|---|
committer | 2024-12-30 12:31:45 +0000 | |
commit | a10fd921305255c881efd8ab54884092e01f8f4f (patch) | |
tree | 814eface9795c937343965b87f7b581dc07c08d1 /pyproject.toml | |
parent | Bump coverage from 7.6.7 to 7.6.10 (#3217) (diff) |
Bump httpx from 0.27.2 to 0.28.1 (#3218)
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.1)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6a78d5926..224efb40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pydantic-settings = "2.6.1" [tool.poetry.dev-dependencies] coverage = "7.6.10" -httpx = "0.27.2" +httpx = "0.28.1" pre-commit = "4.0.1" pip-licenses = "5.0.0" pytest = "8.3.3" |