Skip to content

Commit cd0ad44

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 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.7",
6363
"pytest>=8.3.5",
6464
"pytest-cov>=6.1.1",
6565
"isort>=6.0.1",

0 commit comments

Comments
 (0)