Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.32 to 2.0.35 (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] authored Oct 3, 2024
1 parent c03cc76 commit 8670d8d
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = "^1.7.4"

[tool.poetry.dependencies.sqlalchemy]
extras = ["asyncio"]
version = "^2.0.32"
version = "^2.0.35"

[tool.poetry.dependencies.typer]
extras = ["all"]
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==2.0.32 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy[asyncio]==2.0.32 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==2.0.35 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy[asyncio]==2.0.35 ; python_version >= "3.9" and python_version < "4.0"
starlette==0.37.2 ; python_version >= "3.9" and python_version < "4.0"
termcolor==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ secretstorage==3.3.3 ; python_version >= "3.9" and python_version < "4.0" and sy
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
single-source==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==2.0.32 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy[asyncio]==2.0.32 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==2.0.35 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy[asyncio]==2.0.35 ; python_version >= "3.9" and python_version < "4.0"
starlette==0.37.2 ; python_version >= "3.9" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
tomlkit==0.12.5 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 8670d8d

Please sign in to comment.