From 5d5e710be95ce52c2384e159991595e708939634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:41:47 +0100 Subject: [PATCH] Bump the pip group with 12 updates (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the pip group with 12 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.0` | `0.110.1` | | [uvicorn](https://github.com/encode/uvicorn) | `0.27.1` | `0.29.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.28` | `2.0.29` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.12.0` | `3.14.0` | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.2` | `3.7.0` | | [respx](https://github.com/lundberg/respx) | `0.20.2` | `0.21.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.6` | Updates `fastapi` from 0.110.0 to 0.110.1
Release notes

Sourced from fastapi's releases.

0.110.1

Fixes

Refactors

Upgrades

Docs

Translations

... (truncated)

Commits

Updates `uvicorn` from 0.27.1 to 0.29.0
Release notes

Sourced from uvicorn's releases.

Version 0.29.0

Added


Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0

Version 0.28.1

Fixed


Full Changelog: https://github.com/encode/uvicorn/compare/0.28.0...0.28.1

Version 0.28.0

Added

Fixed


Full Changelog: https://github.com/encode/uvicorn/compare/0.27.1...0.28.0

Changelog

Sourced from uvicorn's changelog.

0.29.0 - 2024-03-19

Added

0.28.1 - 2024-03-19

Fixed

0.28.0 - 2024-03-09

Added

Fixed

Commits

Updates `sentry-sdk` from 1.40.6 to 1.44.1
Release notes

Sourced from sentry-sdk's releases.

1.44.1

Various fixes & improvements

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

1.42.0

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.44.1

Various fixes & improvements

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

... (truncated)

Commits

Updates `sqlalchemy` from 2.0.28 to 2.0.29
Release notes

Sourced from sqlalchemy's releases.

2.0.29

Released: March 23, 2024

orm

engine

... (truncated)

Commits

Updates `typing-extensions` from 4.10.0 to 4.11.0
Release notes

Sourced from typing-extensions's releases.

4.11.0

Release 4.11.0 (April 5, 2024)

This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696).

There are no changes since 4.11.0rc1.

Changes since 4.10.0:

4.11.0rc1

Changelog

Sourced from typing-extensions's changelog.

Release 4.11.0 (April 5, 2024)

This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696).

There are no changes since 4.11.0rc1.

Release 4.11.0rc1 (March 24, 2024)

Commits

Updates `pytest` from 8.0.2 to 8.1.1
Release notes

Sourced from pytest's releases.

8.1.1

pytest 8.1.1 (2024-03-08)

::: {.note} ::: {.title} Note :::

This release is not a usual bug fix release -- it contains features and improvements, being a follow up to 8.1.0, which has been yanked from PyPI. :::

Features

Improvements

... (truncated)

Commits

Updates `pytest-cov` from 4.1.0 to 5.0.0
Changelog

Sourced from pytest-cov's changelog.

5.0.0 (2024-03-24)

Commits

Updates `pytest-mock` from 3.12.0 to 3.14.0
Release notes

Sourced from pytest-mock's releases.

v3.14.0

v3.13.0

Changelog

Sourced from pytest-mock's changelog.

3.14.0 (2024-03-21)

3.13.0 (2024-03-21)

Commits

Updates `black` from 24.2.0 to 24.3.0
Release notes

Sourced from black's releases.

24.3.0

Highlights

This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black on untrusted input, or if you habitually put thousands of leading tab characters in your docstrings, you are strongly encouraged to upgrade immediately to fix CVE-2024-21503.

This release also fixes a bug in Black's AST safety check that allowed Black to make incorrect changes to certain f-strings that are valid in Python 3.12 and higher.

Stable style

Performance

Documentation

Changelog

Sourced from black's changelog.

24.3.0

Highlights

This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black on untrusted input, or if you habitually put thousands of leading tab characters in your docstrings, you are strongly encouraged to upgrade immediately to fix CVE-2024-21503.

This release also fixes a bug in Black's AST safety check that allowed Black to make incorrect changes to certain f-strings that are valid in Python 3.12 and higher.

Stable style

Performance

Documentation

Commits

Updates `pre-commit` from 3.6.2 to 3.7.0
Release notes

Sourced from pre-commit's releases.

pre-commit v3.7.0

Features

Fixes

Updating

Changelog

Sourced from pre-commit's changelog.

3.7.0 - 2024-03-24

Features

Fixes

Updating

Commits

Updates `respx` from 0.20.2 to 0.21.1
Release notes

Sourced from respx's releases.

Version 0.21.1

0.21.1 (27th March 2024)

Fixed