Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-minor group across 1 directory with 13 updates #227

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the pip-minor group with 13 updates in the / directory:

Package From To
click 8.1.7 8.1.8
six 1.16.0 1.17.0
sqlalchemy 2.0.36 2.0.37
flask-migrate 4.0.7 4.1.0
cloud-sql-python-connector 1.14.0 1.16.0
marshmallow 3.23.1 3.25.1
marshmallow-sqlalchemy 1.1.0 1.3.0
flask-marshmallow 1.2.1 1.3.0
sentry-sdk[flask] 2.19.0 2.20.0
okta 2.9.8 2.9.10
ruff 0.8.0 0.9.2
mypy 1.13.0 1.14.1
types-flask-migrate 4.0.0.20240311 4.1.0.20250112

Updates click from 8.1.7 to 8.1.8

Release notes

Sourced from click's releases.

8.1.8

This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints for click.open_file(). #2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. #2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. #2500
  • The test runner handles stripping color consistently on Windows. #2705
  • Show correct value for flag default when using default_map. #2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. #2606.
  • More robust bash version check, fixing problem on Windows with git-bash. #2638
  • Cache the help option generated by the help_option_names setting to respect its eagerness. #2811
  • Replace uses of os.system with subprocess.Popen. #1476
  • Exceptions generated during a command will use the context's color setting when being displayed. #2193
  • Error message when defining option with invalid name is more descriptive. #2452
  • Refactor code generating default --help option to deduplicate code. #2563
  • Test CLIRunner resets patched _compat.should_strip_ansi. #2732
Changelog

Sourced from click's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows. :issue:2705
  • Show correct value for flag default when using default_map. :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. :issue:2606.
Commits

Updates six from 1.16.0 to 1.17.0

Changelog

Sourced from six's changelog.

1.17.0

  • Pull request #388: Remove URLopener and FancyURLopener classes from urllib.request when running on Python 3.14 or greater.

  • Pull request #365, issue #283: six.moves.UserDict now points to UserDict.IterableUserDict instead of UserDict.UserDict on Python 2.

Commits

Updates sqlalchemy from 2.0.36 to 2.0.37

Release notes

Sourced from sqlalchemy's releases.

2.0.37

Released: January 9, 2025

orm

  • [orm] [bug] Fixed issue regarding Union types that would be present in the _orm.registry.type_annotation_map of a _orm.registry or declarative base class, where a Mapped element that included one of the subtypes present in that Union would be matched to that entry, potentially ignoring other entries that matched exactly. The correct behavior now takes place such that an entry should only match in _orm.registry.type_annotation_map exactly, as a Union type is a self-contained type. For example, an attribute with Mapped[float] would previously match to a _orm.registry.type_annotation_map entry Union[float, Decimal]; this will no longer match and will now only match to an entry that states float. Pull request courtesy Frazer McLean.

    References: #11370

  • [orm] [bug] Fixed bug in how type unions were handled within _orm.registry.type_annotation_map as well as _orm.Mapped that made the lookup behavior of a | b different from that of Union[a, b].

    References: #11944

  • [orm] [bug] Consistently handle TypeAliasType (defined in PEP 695) obtained with the type X = int syntax introduced in python 3.12. Now in all cases one such alias must be explicitly added to the type map for it to be usable inside Mapped. This change also revises the approach added in #11305, now requiring the TypeAliasType to be added to the type map. Documentation on how unions and type alias types are handled by SQLAlchemy has been added in the orm_declarative_mapped_column_type_map section of the documentation.

    References: #11955

  • [orm] [bug] Fixed regression caused by an internal code change in response to recent Mypy releases that caused the very unusual case of a list of ORM-mapped attribute expressions passed to ColumnOperators.in_() to no longer be accepted.

    References: #12019

  • [orm] [bug] Fixed issues in type handling within the _orm.registry.type_annotation_map feature which prevented the use of unions, using either pep-604 or Union syntaxes under future

... (truncated)

Commits

Updates flask-migrate from 4.0.7 to 4.1.0

Release notes

Sourced from flask-migrate's releases.

Release 4.1.0

See CHANGES.md for release notes.

Changelog

Sourced from flask-migrate's changelog.

Flask-Migrate Change Log

Release 4.1.0 - 2025-01-10

  • Accept arguments such as --directory in environment variables #553 (commit)
  • Fix minor typos in documentation #552 (commit) (thanks Kevin Kirsche!)

Release 4.0.7 - 2024-03-11

  • Regression from #438: check g.x_arg exists before accessing it #541 (commit) (thanks Skye Im!)

Release 4.0.6 - 2024-03-09

  • Accept -x options for all db commands #438 (commit)
  • Add --purge flag to the stamp command #540 (commit) (thanks Jono N!)

Release 4.0.5 - 2023-09-12

  • Compatibility fixes for Flask-SQLAlchemy >= 3.1 #526 (commit) (thanks David Lord!)
  • Allow process_revision_directives option to be configurable #523 (commit) (thanks llc!)
  • Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it (commit)

Release 4.0.4 - 2023-02-02

  • Correctly obtain database URL with SQLAlchemy 2.0 #505 (commit)

Release 4.0.3 - 2023-01-29

  • Remove legacy future import in Alembic templates #504 (commit) (thanks Pamela Fox!)
  • Add SQLAlchemy 1.4 and 2.0 to the test matrix (commit)
  • Switch to pytest as test runner (commit)

Release 4.0.2 - 2023-01-18

  • Support "check" command #502 (commit) (thanks Masamitsu MURASE!)

Release 4.0.1 - 2023-01-05

  • Do not use deprecated functions in Flask-SQLAlchemy 3.0 (commit)
  • Stop building Python 3.6 (commit)
  • Remove tests from pypi package (commit)

Release 4.0.0 - 2022-11-13

  • Updates for Flask-SQLAlchemy 3.x compatibility (commit)
  • Enable type comparison and batch mode by default (commit)
  • Option to rename "db" command group to a custom name (commit)
  • Better handling of MetaData instances in templates (commit)
  • Set options correctly when revision --autogenerate is used #463 (commit) (thanks Frazer McLean!)
  • Documentation section on configuring Alembic (commit)

... (truncated)

Commits

Updates cloud-sql-python-connector from 1.14.0 to 1.16.0

Release notes

Sourced from cloud-sql-python-connector's releases.

v1.16.0

1.16.0 (2025-01-13)

Features

  • add support for GOOGLE_CLOUD_UNIVERSE_DOMAIN env var (#1221) (ac77932)

v1.15.0

1.15.0 (2024-12-10)

Features

Changelog

Sourced from cloud-sql-python-connector's changelog.

1.16.0 (2025-01-13)

Features

  • add support for GOOGLE_CLOUD_UNIVERSE_DOMAIN env var (#1221) (ac77932)

1.15.0 (2024-12-10)

Features

Commits
  • 0a94279 chore(main): release 1.16.0 (#1222)
  • 19b1367 chore(deps): bump virtualenv from 20.16.7 to 20.26.6 in /.kokoro (#1224)
  • b356db1 chore(deps): update python-nonmajor (#1213)
  • a403221 chore(deps): Update dependencies for github (#1216)
  • ac77932 feat: add support for GOOGLE_CLOUD_UNIVERSE_DOMAIN env var (#1221)
  • dde235b chore: replace usage of Type with type standard collection (#1220)
  • afbe0a5 chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /.kokoro (#1218)
  • 3b66c5a chore: remove type annotations for Enums (#1219)
  • 7eb7af3 test: add integration test for customer managed CAS instance (#1215)
  • e312de7 chore(deps): Update github/codeql-action action to v3.27.9 (#1214)
  • Additional commits viewable in compare view

Updates marshmallow from 3.23.1 to 3.25.1

Changelog

Sourced from marshmallow's changelog.

3.25.1 (2025-01-11)


Bug fixes:

  • Typing: Fix type annotations for Tuple <marshmallow.fields.Tuple>, Boolean <marshmallow.fields.Boolean>, and Pluck <marshmallow.fields.Pluck> constructors (:pr:2756).
  • Typing: Fix overload for marshmallow.class_registry.get_class (:pr:2756).

Documentation:

  • Various documentation improvements (:pr:2746, :pr:2747, :pr:2748, :pr:2749, :pr:2750, :pr:2751).

3.25.0 (2025-01-09)


Features:

  • Typing: Improve type annotations for SchemaMeta.get_declared_fields (:pr:2742).

Bug fixes:

  • Typing: Relax type annotation for Schema.opts to allow subclasses to define their own options classes (:pr:2744).

Other changes:

  • Restore marshmallow.base.SchemaABC for backwards-compatibility (:issue:2743). Note that this class is deprecated and will be removed in marshmallow 4. Use marshmallow.schema.Schema as a base class for type-checking instead.

3.24.2 (2025-01-08)


Changes:

  • Don't override __new__ to avoid breaking usages of inspect.signature with Field <marshmallow.fields.Field> classes. This allows marshmallow-sqlalchemy users to upgrade marshmallow without upgrading to marshmallow-sqlalchemy>=1.1.1.

Documentation:

  • Add top-level API back to docs (:issue:2739). Thanks :user:llucax for reporting.

3.24.1 (2025-01-06)


... (truncated)

Commits

Updates marshmallow-sqlalchemy from 1.1.0 to 1.3.0

Changelog

Sourced from marshmallow-sqlalchemy's changelog.

1.3.0 (2025-01-11) ++++++++++++++++++

Features:

  • Typing: Add type annotations to fields <marshmallow_sqlalchemy.fields>.

Bug fixes:

  • Fix auto-generation of marshmallow.fields.Enum field from sqlalchemy.Enum columns (:issue:615). Thanks :user:joaquimvl for reporting.
  • Fix behavior of include_fk = False in options when parent schema sets include_fk = True (:issue:440). Thanks :user:uhnomoli for reporting.
  • Fields generated from non-nullable sqlalchemy.orm.relationship correctly set required=True and allow_none=False (:issue:336, :issue:163). Thanks :user:AbdealiLoKo for reporting.

Other changes:

  • Docs: Add more documentation for marshmallow_sqlalchemy.fields.Related (:issue:162). Thanks :user:GabrielC101 for the suggestion.
  • Docs: Document methods of SQLAlchemySchema <marshmallow_sqalalchemy.SQLAlchemySchema> and SQLAlchemyAutoSchema <marshmallow_sqalchemy.SQLAlchemyAutoSchema> (:issue:619).
  • Docs: Various documentation improvements (:pr:635, :pr:636, :pr:639, :pr:641, :pr:642).

1.2.0 (2025-01-09) ++++++++++++++++++

Features:

  • Typing: Improve type coverage (:pr:631, :pr:632, :pr:634).

Other changes:

  • Drop support for Python 3.8, which is EOL. Support Python 3.9-3.13.

1.1.1 (2025-01-06) ++++++++++++++++++

Bug fixes:

  • Fix compatibility with marshmallow 3.24.0 and 4.0.0 (:pr:628).

Other changes:

  • Test against Python 3.13 (:issue:629).
Commits

Updates flask-marshmallow from 1.2.1 to 1.3.0

Changelog

Sourced from flask-marshmallow's changelog.

1.3.0 (2025-01-06)


Support:

  • Support Python 3.9-3.13 (:pr:347).
  • Support marshmallow 4.0.0 (:pr:347).
Commits
  • 52721ec Bump version and update changelog
  • d4c087e Support Python 3.9-3.13 and marshmallow 4 (#347)
  • 029917b Merge pull request #344 from marshmallow-code/pre-commit-ci-update-config
  • 303565e [pre-commit.ci] pre-commit autoupdate
  • ad5a5f9 [pre-commit.ci] pre-commit autoupdate (#343)
  • 5bace3b Bump sphinx-issues from 4.1.0 to 5.0.0 (#341)
  • eeaa93e Bump sphinx from 8.1.0 to 8.1.3 (#342)
  • a5e14e3 Bump sphinx from 8.0.2 to 8.1.0 (#340)
  • d910d0b Merge pull request #339 from marshmallow-code/pre-commit-ci-update-config
  • da6a62a [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates sentry-sdk[flask] from 2.19.0 to 2.20.0

Release notes

Sourced from sentry-sdk[flask]'s releases.

2.20.0

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Changelog

Sourced from sentry-sdk[flask]'s changelog.

2.20.0

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

... (truncated)

Commits

Updates okta from 2.9.8 to 2.9.10

Release notes

Sourced from okta's releases.

v2.9.10

What's Changed

New Contributors

Full Changelog: okta/okta-sdk-python@v2.9.9...v2.9.10

v2.9.9

What's Changed

Full Changelog: okta/okta-sdk-python@v2.9.8...v2.9.9

Changelog

Sourced from okta's changelog.

Okta Python SDK Changelog

Commits

Updates ruff from 0.8.0 to 0.9.2

Release notes

Sourced from ruff's releases.

0.9.2

Release Notes

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quo...

    Description has been truncated

Bumps the pip-minor group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [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.37` |
| [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.25.1` |
| [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) | `1.1.0` | `1.3.0` |
| [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) | `1.2.1` | `1.3.0` |
| [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) | `2.19.0` | `2.20.0` |
| [okta](https://github.com/okta/okta-sdk-python) | `2.9.8` | `2.9.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.9.2` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [types-flask-migrate](https://github.com/python/typeshed) | `4.0.0.20240311` | `4.1.0.20250112` |



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.37
- [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.25.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.23.1...3.25.1)

Updates `marshmallow-sqlalchemy` from 1.1.0 to 1.3.0
- [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow-sqlalchemy@1.1.0...1.3.0)

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 `sentry-sdk[flask]` from 2.19.0 to 2.20.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.20.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 `ruff` from 0.8.0 to 0.9.2
- [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.2)

Updates `mypy` from 1.13.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.1)

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: 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: 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: 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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
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.

0 participants