Skip to content

Commit

Permalink
chore(deps): [PYTHON] Update all dependencies (#153)
Browse files Browse the repository at this point in the history
* chore(deps): [PYTHON] Update all dependencies

* bump respx dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Antoni Szych <antoni.szych@rtbhouse.com>
  • Loading branch information
renovate[bot] and antoni-szych-rtbhouse authored Dec 30, 2024
1 parent a5efe63 commit 4d53331
Showing 2 changed files with 18 additions and 19 deletions.
29 changes: 14 additions & 15 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rtbhouse-sdk"
version = "14.0.0"
version = "14.1.0"
description = "RTB House SDK"
authors = ["RTB House Apps Team <apps@rtbhouse.com>"]
license = "BSD License"
@@ -27,7 +27,7 @@ priority = "primary"
[tool.poetry.dependencies]
python = ">=3.9, <4.0"

httpx = "^0.27.0"
httpx = "^0.28.0"
pydantic = ">=1.9, <3.0"

[tool.poetry.group.dev.dependencies]
@@ -39,9 +39,9 @@ isort = "^5.10.1"
mypy = "^1.0"
pylint = "^3.0.0"
pytest = "^8.0.0"
pytest-asyncio = "^0.24.0"
pytest-asyncio = "^0.25.0"
pytest-cov = "^6.0.0"
respx = "^0.21.0"
respx = "^0.22.0"

[tool.black]
line-length = 120

0 comments on commit 4d53331

Please sign in to comment.