Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 5f1bd94 commit 8dbbffe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sqlalchemy-sessionload"
description = "SQLAlchemy load option that loads only from persisted session instances"
authors = [{ name = "Jan Vollmer", email = "[email protected]" }]
license = { file = "LICENSE" }
dependencies = ["sqlalchemy>=2.0.0"]
dependencies = ["sqlalchemy>=2.0.36"]
requires-python = ">=3.9"
readme = "README.md"
keywords = ["sqlalchemy", "session", "loader"]
Expand Down Expand Up @@ -57,18 +57,18 @@ ignore = ["E731"]

[dependency-groups]
dev = [
"black>=23.12.0",
"mypy>=1.7.1",
"ruff>=0.1.8",
"pytest>=7.4.3",
"pytest-cov>=4.1.0",
"isort>=5.13.1",
"black>=23.12.1",
"mypy>=1.13.0",
"ruff>=0.8.1",
"pytest>=7.4.4",
"pytest-cov>=6.0.0",
"isort>=5.13.2",
"pycln>=2.4.0",
"pyaphid>=0.3.1",
"pre-commit>=3.5.0",
"faker>=21.0.0",
"pytest-benchmark>=4.0.0",
"sqlalchemy-utils>=0.41.1",
"nox>=2023.4.22",
"pre-commit>=3.8.0",
"faker>=21.0.1",
"pytest-benchmark>=5.1.0",
"sqlalchemy-utils>=0.41.2",
"nox>=2024.10.9",
"types-sqlalchemy-utils>=1.1.0",
]

0 comments on commit 8dbbffe

Please sign in to comment.