Skip to content

Commit a2feec6

Browse files
Bump the uv group across 2 directories with 9 updates
Bumps the uv group with 6 updates in the /app/airflow directory: | Package | From | To | | --- | --- | --- | | [apache-airflow](https://github.com/apache/airflow) | `2.11.0` | `3.1.7` | | [apache-airflow-providers-http](https://github.com/apache/airflow) | `5.2.1` | `6.0.0` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.2` | `46.0.5` | | [flask](https://github.com/pallets/flask) | `2.2.5` | `3.1.3` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.5` | `5.29.6` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.3` | `0.5.4` | Bumps the uv group with 3 updates in the /app/api directory: [cryptography](https://github.com/pyca/cryptography), [sqlparse](https://github.com/andialbrecht/sqlparse) and [django-allauth](https://github.com/sponsors/pennersr). Updates `apache-airflow` from 2.11.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@2.11.0...3.1.7) Updates `apache-airflow-providers-http` from 5.2.1 to 6.0.0 - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](apache/airflow@providers-http/5.2.1...providers-http/6.0.0) 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 `flask` from 2.2.5 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.2.5...3.1.3) Updates `flask-appbuilder` from 4.5.3 to 5.2.0 - [Release notes](https://github.com/dpgaspar/flask-appbuilder/releases) - [Changelog](https://github.com/dpgaspar/Flask-AppBuilder/blob/master/CHANGELOG.rst) - [Commits](dpgaspar/Flask-AppBuilder@v4.5.3...v5.2.0) 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 `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 `werkzeug` from 2.2.3 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.2.3...3.1.6) 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) Updates `django-allauth` from 65.13.0 to 65.14.1 - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.1.7 dependency-type: direct:production dependency-group: uv - dependency-name: apache-airflow-providers-http dependency-version: 6.0.0 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: uv - dependency-name: flask dependency-version: 3.1.3 dependency-type: indirect dependency-group: uv - dependency-name: flask-appbuilder dependency-version: 5.2.0 dependency-type: indirect dependency-group: uv - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: indirect dependency-group: uv - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: indirect dependency-group: uv - dependency-name: werkzeug dependency-version: 3.1.6 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 - dependency-name: django-allauth dependency-version: 65.14.1 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50bb31c commit a2feec6

4 files changed

Lines changed: 1091 additions & 442 deletions

File tree

app/airflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"apache-airflow>=2.10.5,<3.0",
8+
"apache-airflow>=2.10.5,<4.0",
99
"apache-airflow-providers-amazon>=9.7.0",
1010
"apache-airflow-providers-microsoft-azure>=12.3.1",
1111
"apache-airflow-providers-postgres>=6.1.1",

0 commit comments

Comments
 (0)