From 0915ba9cf44e365db5011979d55709c26f9dd433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:04:14 -0600 Subject: [PATCH] build(deps): bump httpcore from 1.0.5 to 1.0.6 (#42) Bumps [httpcore](https://github.com/encode/httpcore) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.5...1.0.6) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MountainGod2 <88257202+MountainGod2@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 340ce262..35782360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ h2==4.1.0 # via httpx hpack==4.0.0 # via h2 -httpcore==1.0.5 +httpcore==1.0.6 # via httpx httpx==0.27.2 # via chaturbate-poller (pyproject.toml)