Skip to content

Commit

Permalink
chore(deps): Bump httpx from 0.15.5 to 0.24.1
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.15.5 to 0.24.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.15.5...0.24.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent b80a061 commit 6a6d1c0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 56 deletions.
101 changes: 46 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.7"
aries-staticagent = { git = "https://github.com/hyperledger/aries-staticagent-python", rev = "1f27f85cf72cc6a2e10a6495c85f2b21462362cd", optional = true }
fastapi = { version = "^0.79.0", optional = true }
pydantic = { version = "^1.9.1", optional = true }
httpx = { version = "^0.15.4", optional = true }
httpx = { version = "^0.24.1", optional = true }
aiohttp = { version = "^3.8.0", optional = true }
async-selective-queue = "^0.1.0"

Expand Down

0 comments on commit 6a6d1c0

Please sign in to comment.