dependabot[bot] opened a new pull request, #66744:
URL: https://github.com/apache/airflow/pull/66744
Updates the requirements on
[aiosqlite](https://github.com/omnilib/aiosqlite),
[gitpython](https://github.com/gitpython-developers/GitPython),
[trove-classifiers](https://github.com/pypa/trove-classifiers) and
[datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator)
to permit the latest version.
Updates `aiosqlite` to 0.22.1
Changelog
Sourced from https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md";>aiosqlite's
changelog.
v0.22.1
Bug fix release
NOTE: Starting with v0.22.0, the
aiosqlite.Connection object no longer
inherits from threading.Thread. If not using aiosqlite as a
context manager,
clients must await connection.close() or call
connection.stop() to ensure
the helper thread is completed and terminated correctly. A
ResourceWarning
will be emitted for any connection that is garbage collected without being
closed or stopped.
Added synchronous stop() method to
aiosqlite.Connection to enable safe
cleanup and termination of the background thread without dependence
on having an active event loop (https://redirect.github.com/omnilib/aiosqlite/issues/370";>#370)
$ git shortlog -s v0.22.0...v0.22.1
2 Amethyst Reese
v0.22.0
Feature release
Support set_authorizer query access controls (https://redirect.github.com/omnilib/aiosqlite/issues/349";>#349)
Wait for transaction queue to complete when closing connection (https://redirect.github.com/omnilib/aiosqlite/issues/305";>#305)
Emit warning when connection goes out of scope without being closed (https://redirect.github.com/omnilib/aiosqlite/issues/355";>#355)
Remove dependency on typing_extensions (https://redirect.github.com/omnilib/aiosqlite/issues/365";>#365)
$ git shortlog -s v0.21.0...v0.22.0
1 Alec Berryman
1 Amethyst Reese
1 David Andreoletti
1 Markus Heidelberg
1 beerpsi
19 dependabot[bot]
v0.21.0
Maintenance release
Fix: close connection correctly when BaseException raised in connection
(https://redirect.github.com/omnilib/aiosqlite/issues/317";>#317)
Metadata improvements
... (truncated)
Commits
https://github.com/omnilib/aiosqlite/commit/9b127cecc7de843bf4f343b6da63b641866533fb";>9b127ce
Version bump v0.22.1
https://github.com/omnilib/aiosqlite/commit/5c3f61c1ea49401f2716d8f58d494e76ca766921";>5c3f61c
Improve stop semantics for connections (https://redirect.github.com/omnilib/aiosqlite/issues/370";>#370)
https://github.com/omnilib/aiosqlite/commit/a869d73678adbc14472e4ac2c31f4e706efe8ef3";>a869d73
Version bump v0.22.0
https://github.com/omnilib/aiosqlite/commit/1cd60adcab12347577150a6fa6c7d92b7b86d989";>1cd60ad
Emit warning if connection is deleted before it is closed (https://redirect.github.com/omnilib/aiosqlite/issues/355";>#355)
https://github.com/omnilib/aiosqlite/commit/611d7b4f29fc3d7df6c173b2e79b0892e9d249aa";>611d7b4
Add set_authorizer support for fine-grained access control (https://redirect.github.com/omnilib/aiosqlite/issues/349";>#349)
https://github.com/omnilib/aiosqlite/commit/81d00c8f1676851c8634ca98f99e0973083ea75f";>81d00c8
Bump actions/setup-python from 5 to 6 (https://redirect.github.com/omnilib/aiosqlite/issues/357";>#357)
https://github.com/omnilib/aiosqlite/commit/7a26722f7e6da6a1ae0febf515b4624794173fcc";>7a26722
Bump coverage[toml] from 7.8.0 to 7.10.7 (https://redirect.github.com/omnilib/aiosqlite/issues/358";>#358)
https://github.com/omnilib/aiosqlite/commit/445754087ec452f888cc152debf79590d8a25d86";>4457540
Bump flake8 from 7.2.0 to 7.3.0 (https://redirect.github.com/omnilib/aiosqlite/issues/346";>#346)
https://github.com/omnilib/aiosqlite/commit/b650dad318ad72e582b7ba1143cc05f270f8ab6b";>b650dad
Bump actions/checkout from 5 to 6 (https://redirect.github.com/omnilib/aiosqlite/issues/366";>#366)
https://github.com/omnilib/aiosqlite/commit/065ffdd1291693c5e69d2f3efff17e351d9a0163";>065ffdd
Bump mypy from 1.15.0 to 1.19.0 (https://redirect.github.com/omnilib/aiosqlite/issues/367";>#367)
Additional commits viewable in https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.22.1";>compare
view
Updates `gitpython` from 3.1.49 to 3.1.50
Release notes
Sourced from https://github.com/gitpython-developers/GitPython/releases";>gitpython's
releases.
3.1.50
What's Changed
Bump https://github.com/astral-sh/ruff-pre-commit";>https://github.com/astral-sh/ruff-pre-commit
from v0.15.8 to 0.15.12 in the pre-commit group by https://github.com/dependabot";>@dependabot[bot] in https://redirect.github.com/gitpython-developers/GitPython/pull/2140";>gitpython-developers/GitPython#2140
Bump git/ext/gitdb from 335c0f6 to 53c94d6 by
https://github.com/dependabot";>@dep