Skip to content

Commit 36408d7

Browse files
Bump httpx from 0.19.0 to 0.20.0 (#31)
Bumps [httpx](https://github.com/encode/httpx) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.19.0...0.20.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d5bf09 commit 36408d7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/supabase/postgrest-py"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.7"
13-
httpx = "^0.19.0"
13+
httpx = ">=0.19,<0.21"
1414
deprecation = "^2.1.0"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)