Skip to content

Commit 112728c

Browse files
authored
Merge pull request #26 from PySATL/dependabot/pip/pip-dependencies-454a00dbb1
deps: bump the pip-dependencies group with 7 updates
2 parents 3685ac4 + 3ebd4da commit 112728c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ package-mode = false
3232
[tool.poetry.group.dev.dependencies]
3333
markdown = "3.7"
3434
mkdocs = "1.6.1"
35-
mkdocs-material = "9.5.44"
35+
mkdocs-material = "9.6.9"
3636
mdx-truly-sane-lists = "1.3"
37-
pymdown-extensions = "10.12"
38-
jinja2 = "3.1.4"
37+
pymdown-extensions = "10.14.3"
38+
jinja2 = "3.1.6"
3939
mike = "2.1.3"
40-
isort = "5.13.2"
40+
isort = "6.0.1"
4141
coveralls = "4.0.1"
42-
pytest = "8.3.3"
42+
pytest = "8.3.5"
4343
pytest-cov = "6.0.0"
4444
pytest-random-order = "1.1.1"
45-
ruff = "0.7.4"
45+
ruff = "0.11.2"
4646
pytest-mock = "3.14.0"
47-
pre-commit = "4.0.1"
47+
pre-commit = "4.2.0"
4848

4949
[tool.isort]
5050
line_length = 100

stattest/persistence/db_store/db_init.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def init_db(db_url: str) -> Engine:
6767
engine = create_engine(db_url, future=True, **kwargs)
6868
except NoSuchModuleError:
6969
raise OperationalException(
70-
f"Given value for db_url: '{db_url}' "
71-
f"is no valid database URL! (See {_SQL_DOCS_URL})"
70+
f"Given value for db_url: '{db_url}' is no valid database URL! (See {_SQL_DOCS_URL})"
7271
)
7372
return engine

0 commit comments

Comments
 (0)