Bump SQLAlchemy to 2.0.36 (#126683)

* Bump SQLAlchemy to 2.0.35

changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.35

* fix mocking

* adjust to .36

* remove ignored as these are now typed

* fix SQLAlchemy
This commit is contained in:
J. Nick Koston
2024-11-30 21:07:51 -06:00
committed by GitHub
parent 44ed83a829
commit ffeefd4856
11 changed files with 62 additions and 59 deletions

View File

@@ -66,7 +66,7 @@ dependencies = [
"PyYAML==6.0.2",
"requests==2.32.3",
"securetar==2024.11.0",
"SQLAlchemy==2.0.31",
"SQLAlchemy==2.0.36",
"standard-aifc==3.13.0;python_version>='3.13'",
"standard-telnetlib==3.13.0;python_version>='3.13'",
"typing-extensions>=4.12.2,<5.0",