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 #223

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 13, 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.15.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.19.2
okta 2.9.8 2.9.9
ruff 0.8.0 0.9.1
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.15.0

Release notes

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

v1.15.0

1.15.0 (2024-12-10)

Features

Changelog

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

1.15.0 (2024-12-10)

Features

Commits
  • fe43047 chore(main): release 1.15.0 (#1208)
  • f2b8fe6 chore(deps): Update github/codeql-action action to v3.27.7 (#1207)
  • 10b94fc chore(deps): update dependency aiohttp to v3.11.10 (#1210)
  • 7231c57 refactor: add ConnectionName to ConnectionInfo class (#1212)
  • 5af7582 ci: use black isort profile and update to latest (#1211)
  • 720d1ad refactor: add domain_name to ConnectionName class (#1209)
  • 1a8f274 feat: add support for DNS names with Connector (#1204)
  • 11f9fe9 feat: improve aiohttp client error messages (#1201)
  • 968b6b2 chore(deps): update dependency cryptography to v44 (#1202)
  • 1dd2804 chore(deps): update python-nonmajor (#1206)
  • 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.19.2

Release notes

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

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Changelog

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

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Commits
  • 163762f release: 2.19.2
  • 8f9461e Deepcopy and ensure get_all function always terminates (#3861)
  • fd56608 Merge branch 'release/2.19.1'
  • 7ab7fe6 Cleanup chalice test environment (#3858)
  • 231a6a1 Update CHANGELOG.md
  • c591b64 release: 2.19.1
  • 7a6d460 Copy scope.client reference as well (#3857)
  • 5a09770 fix(spotlight): Don't give up on Spotlight on 3 errors (#3856)
  • 31fdcfa fix(django): Fix errors when instrumenting Django cache (#3855)
  • 5891717 Script for checking if our instrumented libs are python 3.13 compatible (#3425)
  • Additional commits viewable in compare view

Updates okta from 2.9.8 to 2.9.9

Release notes

Sourced from okta's releases.

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.1

Release notes

Sourced from ruff's releases.

0.9.1

Release Notes

Preview features

  • [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) (#15308)
  • [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) (#15376)

Rule changes

  • [flake8-bugbear] Improve assert-raises-exception message (B017) (#15389)

Formatter

  • Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings (#15378)

Server

  • Fix a bug where the server and client notebooks were out of sync after reordering cells (#15398)

Bug fixes

  • [flake8-pie] Correctly remove wrapping parentheses (PIE800) (#15394)
  • [pyupgrade] Handle comments and multiline expressions correctly (UP037) (#15337)

Contributors

Install ruff 0.9.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.9.1/ruff-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.1

Preview features

  • [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) (#15308)
  • [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) (#15376)

Rule changes

  • [flake8-bugbear] Improve assert-raises-exception message (B017) (#15389)

Formatter

  • Preserve trailing end-of line comments for the last string literal in implicitly concatenated strings (#15378)

Server

  • Fix a bug where the server and client notebooks were out of sync after reordering cells (#15398)

Bug fixes

  • [flake8-pie] Correctly remove wrapping parentheses (PIE800) (#15394)
  • [pyupgrade] Handle comments and multiline expressions correctly (UP037) (#15337)

0.9.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

Ruff now formats your code according to the 2025 style guide. As a result, your code might now get formatted differently. See the formatter section for a detailed list of changes.

This release doesn’t remove or remap any existing stable rules.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

... (truncated)

Commits
  • 12f86f3 Ruff 0.9.1 (#15407)
  • 2b28d56 Associate a trailing end-of-line comment in a parenthesized implicit concaten...
  • adca7bd Remove pygments pin (#15404)
  • 6b98a26 [red-knot] Support assert_type (#15194)
  • c874638 [red-knot] Move tuple-containing-Never tests to Markdown (#15402)
  • c364b58 [flake8-pie] Correctly remove wrapping parentheses (PIE800) (#15394)
  • 73d424e Fix outdated doc for handling the default file types with the pre-commit hook...
  • 6e9ff44 Insert the cells from the start position (#15398)
  • f2c3ddc [red-knot] Move intersection type tests to Markdown (#15396)
  • b861551 Remove unnecessary backticks (#15393)
  • Additional commits viewable in compare view

Updates mypy from 1.13.0 to 1.14.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Performance improvements

TODO

Drop Support for Python 3.8

Mypy no longer supports running with Python 3.8, which has reached end-of-life. When running mypy with Python 3.9+, it is still possible to type check code that needs to support Python 3.8 with the --python-version 3.8 argument. Support for this will be dropped in the first half of 2025!

Contributed by Marc Mueller (PR 17492).

Mypyc accelerated mypy wheels for aarch64

Mypy can compile itself to C extension modules using mypyc. This makes mypy 3-5x faster than if mypy is interpreted with pure Python. We now build and upload mypyc accelerated mypy wheels for manylinux_aarch64 to PyPI, making it easy for users on such platforms to realise this speedup.

Contributed by Christian Bundy (PR mypy_mypyc-wheels#76)

--strict-bytes

By default, mypy treats an annotation of bytes as permitting bytearray and memoryview. PEP 688 specified the removal of this special case. Use this flag to disable this behavior. --strict-bytes will be enabled by default in mypy 2.0.

Contributed by Ali Hamdan (PR 18137) and Shantanu Jain (PR 13952).

Improvements to partial type handling in loops

This change results in mypy better modelling control flow within loops and hence detecting several issues it previously did not detect. In some cases, this change may require use of an additional explicit annotation of a variable.

Contributed by Christoph Tyralla (PR 18180).

(Speaking of partial types, another reminder that mypy plans on enabling --local-partial-types by default in mypy 2.0).

Better line numbers for decorators and slice expressions

Mypy now uses more correct line numbers for decorators and slice expressions. In some cases, this may necessitate changing the location of a # type: ignore comment.

... (truncated)

Commits
  • 251d12f Remove +dev from version for release 1.14.1
  • 667e5f7 Revert "Remove redundant inheritances from Iterator in builtins" (#18324)
  • 67f673a Fix enum truthiness for StrEnum (#18379)
  • 3755abb Fix getargs argument passing (#18350)
  • b9fa8ee Update version to 1.14.1+dev for point release
  • 6f37859 Remove +dev from version for release 1.14
  • 5a6a754 Minor updates to 1.14 changelog (#18310)

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.15.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.19.2` |
| [okta](https://github.com/okta/okta-sdk-python) | `2.9.8` | `2.9.9` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.9.1` |
| [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.15.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.15.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.19.2
- [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.19.2)

Updates `okta` from 2.9.8 to 2.9.9
- [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.9)

Updates `ruff` from 0.8.0 to 0.9.1
- [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.1)

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-patch
  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 13, 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