Bump the uv group across 2 directories with 5 updates - #1287
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the uv group across 2 directories with 5 updates#1287dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the uv group with 5 updates in the /app/airflow directory: | Package | From | To | | --- | --- | --- | | [apache-airflow](https://github.com/apache/airflow) | `3.1.0` | `3.1.7` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `46.0.5` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.5` | `5.29.6` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.21` | `0.0.22` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.3` | `0.5.4` | Bumps the uv group with 2 updates in the /app/api directory: [cryptography](https://github.com/pyca/cryptography) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `apache-airflow` from 3.1.0 to 3.1.7 - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](apache/airflow@3.1.0...3.1.7) Updates `cryptography` from 44.0.2 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.2...46.0.5) Updates `protobuf` from 5.29.5 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `python-multipart` from 0.0.21 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.21...0.0.22) Updates `sqlparse` from 0.5.3 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.3...0.5.4) Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.2...46.0.5) Updates `sqlparse` from 0.5.3 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.5.3...0.5.4) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.1.7 dependency-type: direct:production dependency-group: uv - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: uv - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: indirect dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: indirect dependency-group: uv - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: uv - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #1288. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the uv group with 5 updates in the /app/airflow directory:
3.1.03.1.744.0.246.0.55.29.55.29.60.0.210.0.220.5.30.5.4Bumps the uv group with 2 updates in the /app/api directory: cryptography and sqlparse.
Updates
apache-airflowfrom 3.1.0 to 3.1.7Release notes
Sourced from apache-airflow's releases.
... (truncated)
Commits
83ff6ecUpdate RELEASE_NOTES.rst for rc2caa0571[v3-1-test] Fix JWT token generation with unset issuer/audience config (#6127...d82bb10Update RELEASE_NOTES.rstd24ec9aUpdate Airflow Version to 3.1.708a5859[v3-1-test] Fix callback files losing priority during queue resort (#61232) (...3b41866dag_processing: initialize versioned bundles for callbacks (#52040) (#60734) ...c34d2c3[v3-1-test] Add 404 handling for non-existent Dag (#61131) (#61225)dd1a865Fix import errors not showing on UI (#61163) (#61213)52b7aea[v3-1-test] Explicitly set table ordering (#60609) (#61216)5a2b240[v3-1-test] Add guardrail to handle DAG deserialization errors in scheduler (...Updates
cryptographyfrom 44.0.2 to 46.0.5Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
06e120ebump version for 46.0.5 release (#14289)0eebb9dEC check key on cofactor > 1 (#14287)bedf6e1fix openssl version on 46 branch (#14220)e6f44fcbump for 46.0.4 and drop win arm64 due to CI issues (#14217)c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)2726efdDepend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062release 46.0.0 (#13446)Updates
protobuffrom 5.29.5 to 5.29.6Release notes
Sourced from protobuf's releases.
... (truncated)
Commits
Updates
python-multipartfrom 0.0.21 to 0.0.22Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
bea7bbbVersion 0.0.22 (#222)0fb59a9chore: add return type on test (#221)9433f4bMerge commit from forkd5c91ecBump the github-actions group with 2 updates (#219)5a90631bump uv (#218)Updates
sqlparsefrom 0.5.3 to 0.5.4Changelog
Sourced from sqlparse's changelog.
Commits
14e300bBump version.96a67e2Code cleanup.1a3bfbdFix handling of semicolons inside BEGIN...END blocks (fixes #809).e92a032Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812).149bebfUpdate Changelog.561a67eUpdate AUTHORS.73c8ba3bugfix ISSUE_801; Remove all comments when only comments1b32387Update action to run on all prs.31903e0Add pre-commit hook support (fixes #537)1357726docs: add AGENTS.md for project guidance and development commandsUpdates
cryptographyfrom 44.0.1 to 46.0.5Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
06e120ebump version for 46.0.5 release (#14289)0eebb9dEC check key on cofactor > 1 (#14287)bedf6e1fix openssl version on 46 branch (#14220)e6f44fcbump for 46.0.4 and drop win arm64 due to CI issues (#14217)c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)2726efdDepend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062release 46.0.0 (#13446)Updates
sqlparsefrom 0.5.3 to 0.5.4Changelog
Sourced from sqlparse's changelog.
Commits
14e300bBump version.96a67e2Code cleanup.1a3bfbdFix handling of semicolons inside BEGIN...END blocks (fixes #809).e92a032Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812).149bebfUpdate Changelog.561a67eUpdate AUTHORS.73c8ba3bugfix ISSUE_801; Remove all comments when only comments1b32387Update action to run on all prs.31903e0Add pre-commit hook support (fixes #537)1357726docs: add AGENTS.md for project guidance and development commandsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.