Skip to content

chore(deps)(deps-dev): update aiosqlite requirement from ^0.21.0 to ^0.22.1#101

Open
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/pip/aiosqlite-tw-0.22.1
Open

chore(deps)(deps-dev): update aiosqlite requirement from ^0.21.0 to ^0.22.1#101
dependabot[bot] wants to merge 20 commits intomainfrom
dependabot/pip/aiosqlite-tw-0.22.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Updates the requirements on aiosqlite to permit the latest version.

Changelog

Sourced from 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 (#370)
$ git shortlog -s v0.22.0...v0.22.1
     2	Amethyst Reese

v0.22.0

Feature release

  • Support set_authorizer query access controls (#349)
  • Wait for transaction queue to complete when closing connection (#305)
  • Emit warning when connection goes out of scope without being closed (#355)
  • Remove dependency on typing_extensions (#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 (#317)
  • Metadata improvements

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot Bot and others added 20 commits January 1, 2026 18:15
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on ruamel-yaml to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…peter-evans/create-pull-request-8

chore(actions)(deps): bump peter-evans/create-pull-request from 6 to 8
…actions/cache-5

chore(actions)(deps): bump actions/cache from 4 to 5
…-tw-0.19.0

chore(deps)(deps): update ruamel-yaml requirement from ^0.18.6 to ^0.19.0
- Zero usage found in codebase
- All functionality moved to RemediationOrchestrator (Will layer)
- Part of Phase 1: Legacy wrapper elimination
- Zero usage found in codebase
- All functionality moved to body/services/constitutional_validator.py
- Part of Phase 1: Legacy wrapper elimination
- Migrated 3 imports to autonomous_developer_v2
- Files updated: development_routes.py, develop.py, modularity_remediation_service.py
- Part of Phase 1: Legacy wrapper elimination
…neration_v2

- Removed autonomous_developer.py legacy wrapper
- Updated imports in development_routes.py, develop.py, modularity_remediation_service.py
- Cleaned up test_generation_v2 directory remnants (already renamed to test_generation)
- Fixed vectorization progress logging
- Fixed resource_selector to use DEBUG level
- Renamed develop_from_goal_v2 → develop_from_goal
- Renamed autonomous_developer_v2.py → autonomous_developer.py
- Removed wrapper function
- Removed unused parameters: session, output_mode
- Updated 4 call sites to use clean interface
- Part of Phase 2: Unused parameter elimination
- Renamed develop_from_goal_v2 → develop_from_goal
- Renamed autonomous_developer_v2.py → autonomous_developer.py
- Removed wrapper function
- Removed unused parameters: session, output_mode
- Updated 4 call sites to use clean interface
- Part of Phase 2: Unused parameter elimination
- Created SandboxValidationPhase wrapper around PytestSandboxRunner
- Updated phase_registry.py to use real implementations
- Removed stub_phases.py
- All 6 phases now have working implementations:
  * CodeGenerationPhase ✅
  * TestGenerationPhase ✅
  * CanaryValidationPhase ✅
  * SandboxValidationPhase ✅ (NEW)
  * StyleCheckPhase ✅
  * ExecutionPhase ✅
- Unblocks autonomous workflows for A3+ operations
- Updated semantic_clusterer.py to use FileHandler
- Replaced direct file.open('w') with file_handler.write_runtime_json()
- All file writes now go through constitutional file handler
- base_processor.py kept as-is (low-level infrastructure utility)
- Part of Phase 8: Direct file I/O elimination
Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version.
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](omnilib/aiosqlite@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 1, 2026

🏛️ Constitutional Audit Failed

This change introduces a violation of the CORE constitution.
Please review the audit logs to resolve the issue.

Audit Failure Details
The currently activated Python version 3.11.14 is not supported by the project (^3.12).
Trying to find and use a compatible version. 
Using python3.12 (3.12.3)
/home/runner/.cache/pypoetry/virtualenvs/core-y4NpAopc-py3.12/bin/python: Error while finding module specification for 'src.core.capabilities' (ModuleNotFoundError: No module named 'src.core')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant