Skip to content

Commit 9052407

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2025-01-13 [skip-bc] (generated)
algolia/api-clients-automation#4325 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 15cc63e commit 9052407

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

algoliasearch/http/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(
139139

140140
def __str__(self):
141141
"""Custom error messages for exception"""
142-
error_message = "({0})\n" "Reason: {1}\n".format(
142+
error_message = "({0})\nReason: {1}\n".format(
143143
self.status_code, self.error_message
144144
)
145145

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async-timeout = ">= 4.0.3"
2323
pydantic = ">= 2"
2424

2525
[tool.poetry.group.dev.dependencies]
26-
ruff = "== 0.7.4"
27-
pyright = "== 1.1.389"
26+
ruff = "== 0.9.1"
27+
pyright = "== 1.1.391"
2828

2929
[tool.ruff]
3030
line-length = 88

0 commit comments

Comments
 (0)