Skip to content

deps(deps): bump the python-dependencies group with 5 updates - #144

Merged
github-actions[bot] merged 2 commits into
masterfrom
dependabot/pip/python-dependencies-484cda4330
Jul 27, 2026
Merged

deps(deps): bump the python-dependencies group with 5 updates#144
github-actions[bot] merged 2 commits into
masterfrom
dependabot/pip/python-dependencies-484cda4330

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 5 updates:

Package From To
soupsieve 2.9 2.9.1
certifi 2026.6.17 2026.7.22
fastapi 0.139.2 0.140.1
apsw 3.53.3.1 3.53.4.0
pre-commit 4.6.0 4.6.1

Updates soupsieve from 2.9 to 2.9.1

Release notes

Sourced from soupsieve's releases.

2.9.1

  • FIX: Correct [attr^=""], [attr$=""], and [attr*=""] to match nothing when the value is empty, per CSS Selectors Level 4 substring matching, which previously matched any element merely having the attribute (@​chuenchen309).
Commits
  • 05e92be Update changelog and bump version
  • 9bd73eb Clean up comments and use a (?!) for unmatchable regex
  • 8c5ceee Match nothing for empty-value substring attribute selectors (#298)
  • See full diff in compare view

Updates certifi from 2026.6.17 to 2026.7.22

Commits

Updates fastapi from 0.139.2 to 0.140.1

Release notes

Sourced from fastapi's releases.

0.140.1

Refactors

  • ♻️ Update the lru_cache limit for dependencies to account for large apps. PR #16062 by @​tiangolo.

0.140.0

Refactors

Docs

Internal

Commits

Updates apsw from 3.53.3.1 to 3.53.4.0

Release notes

Sourced from apsw's releases.

3.53.4.0

Blob implements io.RawIOBase allowing use by other modules expecting file like objects, such as compression. Several methods and attributes are added, and Blob.write() now returns the size written (used to be None). (APSW issue 623)

Changelog

Sourced from apsw's changelog.

3.53.4.0

:class:Blob implements :class:io.RawIOBase allowing use by other modules expecting file like objects, such as compression. Several methods and attributes are added, and :meth:Blob.write now returns the size written (used to be None). (:issue:623)

Commits
  • 09b6a89 Skip pyodide for io.UnsupportedOperation
  • 5acb56e Work around pyodide bug
  • d8b1029 Release bump
  • f2830da Ensure dependencies present
  • 56067fe Handle _Py(Tuple|Bytes)_Resize correctly
  • 4df3ced Avoid copying zero bytes from NULL pointer
  • 94d4f77 Coverage
  • 9820619 Make mutex cover whole blob operation
  • 75b7c68 Check mutex on all connections
  • 1a0a58f SQLite release bump
  • Additional commits viewable in compare view

Updates pre-commit from 4.6.0 to 4.6.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.1

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.1 - 2026-07-21

Fixes

Commits
  • 242ce8a v4.6.1
  • 766e550 Merge pull request #3727 from pre-commit/dedupe
  • 1558d06 Merge pull request #3726 from pre-commit/exists-faster
  • 8a1c47a avoid duplicate files in --all-files during conflict
  • 2e01c99 faster check of rev existing locally as a commit
  • 3613bf2 Merge pull request #3701 from pre-commit/autoupdate-repos
  • 1d811d9 Return an error for invalid --repo
  • 374d354 Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH
  • 1e7994f set JULIA_DEPOT_PATH
  • b2b9119 Merge pull request #3719 from pre-commit/npm-unknown-options
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.9` | `2.9.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2026.6.17` | `2026.7.22` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.139.2` | `0.140.1` |
| [apsw](https://github.com/rogerbinns/apsw) | `3.53.3.1` | `3.53.4.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` |


Updates `soupsieve` from 2.9 to 2.9.1
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.9...2.9.1)

Updates `certifi` from 2026.6.17 to 2026.7.22
- [Commits](certifi/python-certifi@2026.06.17...2026.07.22)

Updates `fastapi` from 0.139.2 to 0.140.1
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.139.2...0.140.1)

Updates `apsw` from 3.53.3.1 to 3.53.4.0
- [Release notes](https://github.com/rogerbinns/apsw/releases)
- [Changelog](https://github.com/rogerbinns/apsw/blob/master/doc/changes.rst)
- [Commits](rogerbinns/apsw@3.53.3.1...3.53.4.0)

Updates `pre-commit` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: soupsieve
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: certifi
  dependency-version: 2026.7.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-version: 0.140.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: apsw
  dependency-version: 3.53.4.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

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 Jul 27, 2026
@github-actions
github-actions Bot merged commit f16dae2 into master Jul 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 Auto-merged

This Dependabot PR has been automatically merged because all branch-protection required checks passed.

Version handling:

  • Dependency update: version bumped from 3.8.9 to 3.8.10

Decision:

  • PR version is behind or equal to base

@github-actions
github-actions Bot deleted the dependabot/pip/python-dependencies-484cda4330 branch July 27, 2026 13:07
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