Skip to content

Commit 2b6a9a7

Browse files
chore(deps): update all non-major dependencies
1 parent fc2b06d commit 2b6a9a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "SQLAlchemy load option that loads only from persisted session ins
44
authors = [{ name = "Jan Vollmer", email = "jan@vllmr.dev" }]
55
license = { file = "LICENSE" }
66
dependencies = ["sqlalchemy>=2.0.40"]
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.13.3"
88
readme = "README.md"
99
keywords = ["sqlalchemy", "session", "loader"]
1010
classifiers = [
@@ -59,7 +59,7 @@ ignore = ["E731"]
5959
dev = [
6060
"black>=25.1.0",
6161
"mypy>=1.15.0",
62-
"ruff>=0.11.6",
62+
"ruff>=0.11.8",
6363
"pytest>=8.3.5",
6464
"pytest-cov>=6.1.1",
6565
"isort>=6.0.1",
@@ -69,6 +69,6 @@ dev = [
6969
"faker>=37.1.0",
7070
"pytest-benchmark>=5.1.0",
7171
"sqlalchemy-utils>=0.41.2",
72-
"nox>=2025.2.9",
72+
"nox>=2025.5.1",
7373
"types-sqlalchemy-utils>=1.1.0",
7474
]

0 commit comments

Comments
 (0)