Skip to content

Commit

Permalink
chore: Bump httpx version to 0.23.0. (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutuzov13 committed Jun 7, 2022
1 parent 72f1119 commit 93a71f5
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybotx"
version = "0.44.0"
version = "0.44.1"
description = "A python library for interacting with eXpress BotX API"
authors = [
"Sidnev Nikolay <[email protected]>",
Expand All @@ -17,7 +17,7 @@ repository = "https://github.com/ExpressApp/pybotx"
python = ">=3.8,<3.11"

aiofiles = ">=0.7.0,<0.9.0"
httpx = ">=0.18.0,<0.22.0"
httpx = ">=0.23.0,<0.24.0"
loguru = ">=0.6.0,<0.7.0"
mypy-extensions = ">=0.2.0,<0.5.0"
pydantic = ">=1.6.0,<1.10.0"
Expand Down

0 comments on commit 93a71f5

Please sign in to comment.