Skip to content

Commit 4d53331

Browse files
chore(deps): [PYTHON] Update all dependencies (#153)
* 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>
1 parent a5efe63 commit 4d53331

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

poetry.lock

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rtbhouse-sdk"
3-
version = "14.0.0"
3+
version = "14.1.0"
44
description = "RTB House SDK"
55
authors = ["RTB House Apps Team <apps@rtbhouse.com>"]
66
license = "BSD License"
@@ -27,7 +27,7 @@ priority = "primary"
2727
[tool.poetry.dependencies]
2828
python = ">=3.9, <4.0"
2929

30-
httpx = "^0.27.0"
30+
httpx = "^0.28.0"
3131
pydantic = ">=1.9, <3.0"
3232

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

4646
[tool.black]
4747
line-length = 120

0 commit comments

Comments
 (0)