Compare commits

..

2 commits

Author SHA1 Message Date
dependabot[bot]
78b8027759
Merge 3eb1dca285 into 7505cbe25a 2024-12-20 23:27:14 +01:00
dependabot[bot]
3eb1dca285
Update sqlalchemy requirement from <1.5,>=1.3.0 to >=1.3.0,<2.1
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-20 16:35:01 +00:00

View file

@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"blinker>=1.4,<2",
"cachetools>=4.1,<6",
"cachetools>=4.1,<5",
"debts>=0.5,<1",
"email_validator>=1.0,<3",
"Flask>=2,<4",
@ -43,7 +43,7 @@ dependencies = [
"itsdangerous>=2,<3",
"Jinja2>=3,<4",
"python-dateutil",
"qrcode>=7.1,<9",
"qrcode>=7.1,<8",
"requests>=2.25,<3",
"SQLAlchemy>=1.3.0,<2.1",
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728
@ -53,11 +53,11 @@ dependencies = [
[project.optional-dependencies]
database = [
# Python 3.11 support starts in 2.9.2
"psycopg2-binary>=2.9.2,<2.9.11",
"psycopg2-binary>=2.9.2,<2.9.9",
"PyMySQL>=0.9,<1.2",
]
dev = [
"ruff==0.8.4",
"ruff==0.6.8",
"flake8==5.0.4",
"isort==5.11.5",
"vermin==1.6.0",