Commit 2371561
authored
Bump the pip-minor group across 1 directory with 17 updates
Bumps the pip-minor group with 17 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.38` |
| [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) | `4.0.7` | `4.1.0` |
| [cloud-sql-python-connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector) | `1.14.0` | `1.16.0` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.1` | `3.26.1` |
| [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) | `1.1.0` | `1.4.1` |
| [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) | `1.2.1` | `1.3.0` |
| [flask-cors](https://github.com/corydolphin/flask-cors) | `5.0.0` | `5.0.1` |
| [flask-oidc](https://github.com/fedora-infra/flask-oidc) | `2.2.2` | `2.3.1` |
| [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) | `2.19.0` | `2.22.0` |
| [okta](https://github.com/okta/okta-sdk-python) | `2.9.8` | `2.9.10` |
| [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.9.10` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.15.0` |
| [types-flask-migrate](https://github.com/python/typeshed) | `4.0.0.20240311` | `4.1.0.20250112` |
Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)
Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)
Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)
Updates `sqlalchemy` from 2.0.36 to 2.0.38
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
Updates `flask-migrate` from 4.0.7 to 4.1.0
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/Flask-Migrate@v4.0.7...v4.1.0)
Updates `cloud-sql-python-connector` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-python-connector@v1.14.0...v1.16.0)
Updates `marshmallow` from 3.23.1 to 3.26.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.23.1...3.26.1)
Updates `marshmallow-sqlalchemy` from 1.1.0 to 1.4.1
- [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow-sqlalchemy@1.1.0...1.4.1)
Updates `flask-marshmallow` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/marshmallow-code/flask-marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/flask-marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/flask-marshmallow@1.2.1...1.3.0)
Updates `flask-cors` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@5.0.0...5.0.1)
Updates `flask-oidc` from 2.2.2 to 2.3.1
- [Release notes](https://github.com/fedora-infra/flask-oidc/releases)
- [Changelog](https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.md)
- [Commits](fedora-infra/flask-oidc@2.2.2...2.3.1)
Updates `sentry-sdk[flask]` from 2.19.0 to 2.22.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.19.0...2.22.0)
Updates `okta` from 2.9.8 to 2.9.10
- [Release notes](https://github.com/okta/okta-sdk-python/releases)
- [Changelog](https://github.com/okta/okta-sdk-python/blob/master/CHANGELOG.md)
- [Commits](okta/okta-sdk-python@v2.9.8...v2.9.10)
Updates `tox` from 4.23.2 to 4.24.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.2...4.24.2)
Updates `ruff` from 0.8.0 to 0.9.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.0...0.9.10)
Updates `mypy` from 1.13.0 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.15.0)
Updates `types-flask-migrate` from 4.0.0.20240311 to 4.1.0.20250112
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pip-minor
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pip-minor
- dependency-name: six
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pip-minor
- dependency-name: flask-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: cloud-sql-python-connector
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: marshmallow
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: marshmallow-sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: flask-marshmallow
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: flask-cors
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pip-minor
- dependency-name: flask-oidc
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: sentry-sdk[flask]
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: okta
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: pip-minor
- dependency-name: tox
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
- dependency-name: types-flask-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: pip-minor
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 3fb4f5a commit 2371561
2 files changed
+17
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
0 commit comments