Skip to content

Commit

Permalink
⬆️ Bump httpx from 0.24.1 to 0.25.1
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.24.1...0.25.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 Nov 6, 2023
1 parent 61e8807 commit 1b24b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 @@ -22,7 +22,7 @@ classifiers = [
python = "^3.10"
tinydb = "^4.7.1"
nonebot2 = { extras = ["fastapi"], version = "^2.0.0" }
httpx = ">=0.23.3,<0.25.0"
httpx = ">=0.23.3,<0.26.0"
nonebot-plugin-htmlrender = "^0.2.0.3"
nonebot-plugin-apscheduler = ">=0.2,<0.4"
nonebot-plugin-send-anything-anywhere = "^0.2.2"
Expand Down

0 comments on commit 1b24b77

Please sign in to comment.