Skip to content

Commit 8736935

Browse files
committed
fix: Update versions
1 parent 938e058 commit 8736935

2 files changed

Lines changed: 100 additions & 90 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ classifiers = [
1515
]
1616
keywords = ["sqlalchemy", "serialize", "to_dict", "JSON"]
1717
dependencies = [
18-
"SQLAlchemy>=2.0.29,<3.0.0",
18+
"SQLAlchemy>=2.0.49,<3.0.0",
1919
"psycopg2-binary==2.9.11",
20-
"pytz>=2025.2",
21-
"setuptools>=80.9.0",
20+
"pytz>=2026.1.post1",
21+
"setuptools>=82.0.1",
2222
]
2323

2424
[dependency-groups]
2525
lint = [
26-
"ruff>=0.9.4",
27-
"isort>=6.0.1",
26+
"ruff>=0.15.11",
27+
"isort>=8.0.1",
2828
]
2929
test = [
30-
"pytest==9.0.1",
31-
"pytest-benchmark>=4.0.0",
30+
"pytest==9.0.3",
31+
"pytest-benchmark>=5.2.3",
3232
"pytest-cov==7.0.0",
33-
"requests==2.32.5",
33+
"requests==2.33.1",
3434
"pytest-mock>=3.15.1",
3535
"tomli>=2.0.1; python_version < '3.11'",
3636
]

0 commit comments

Comments
 (0)