Skip to content

Commit

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

---
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 Mar 2, 2024
1 parent 544d616 commit a98e3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx==0.26.0
httpx==0.27.0
orjson==3.9.10
pydantic==2.5.2
moviepy==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

requirements = [
"httpx==0.26.0",
"httpx==0.27.0",
"orjson==3.9.10",
"pydantic==2.5.2",
"moviepy==1.0.3",
Expand Down

0 comments on commit a98e3ce

Please sign in to comment.