Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 1, 2023
1 parent c74af5d commit d0efb84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ classifiers = [
dependencies = [
"asyncpg",
"psycopg[binary]",
"sqlalchemy>=2",
"sqlalchemy<3,>=2",
]
[project.optional-dependencies]
develop = [
"black<24",
"isort<6",
"poethepoet<0.19",
"proselint==0.13",
"pyproject-fmt<0.10",
"ruff==0.0.253",
"pyproject-fmt<1.2",
"ruff==0.0.291",
"validate-pyproject<0.13",
]
release = [
"build<1",
"build<2",
'minibump<1; python_version >= "3.10"',
"twine<5",
]
Expand Down

0 comments on commit d0efb84

Please sign in to comment.