Skip to content

Commit 7363b17

Browse files
fix(deps): update all non-major dependencies
1 parent fc2b06d commit 7363b17

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "sqlalchemy-sessionload"
33
description = "SQLAlchemy load option that loads only from persisted session instances"
44
authors = [{ name = "Jan Vollmer", email = "jan@vllmr.dev" }]
55
license = { file = "LICENSE" }
6-
dependencies = ["sqlalchemy>=2.0.40"]
7-
requires-python = ">=3.9"
6+
dependencies = ["sqlalchemy>=2.0.41"]
7+
requires-python = ">=3.13.3"
88
readme = "README.md"
99
keywords = ["sqlalchemy", "session", "loader"]
1010
classifiers = [
@@ -59,16 +59,16 @@ ignore = ["E731"]
5959
dev = [
6060
"black>=25.1.0",
6161
"mypy>=1.15.0",
62-
"ruff>=0.11.6",
62+
"ruff>=0.11.10",
6363
"pytest>=8.3.5",
6464
"pytest-cov>=6.1.1",
6565
"isort>=6.0.1",
6666
"pycln>=2.5.0",
6767
"pyaphid>=0.3.1",
6868
"pre-commit>=4.2.0",
69-
"faker>=37.1.0",
69+
"faker>=37.3.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)