Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the all-dependencies group across 1 directory with 39 updates #95

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

Closed
dependabot wants to merge 1 commit into main from dependabot/pip/all-dependencies-47cc4f9034

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024
edited
Loading

Bumps the all-dependencies group with 35 updates in the / directory:

Package From To
alembic 1.13.2 1.14.0
asyncpg 0.29.0 0.30.0
fastapi 0.112.2 0.115.4
pydantic 2.8.2 2.9.2
pydantic-settings 2.4.0 2.6.1
python-multipart 0.0.9 0.0.17
sqlalchemy 2.0.32 2.0.36
coverage 7.6.1 7.6.4
gevent 24.2.1 24.11.1
httpx 0.27.0 0.27.2
mypy 1.11.2 1.13.0
pre-commit 3.8.0 4.0.1
pytest 8.3.2 8.3.3
pytest-cov 5.0.0 6.0.0
ruff 0.6.2 0.7.3
uvicorn 0.30.6 0.32.0
anyio 4.4.0 4.6.2.post1
certifi 2024年7月4日 2024年8月30日
distlib 0.3.8 0.3.9
dnspython 2.6.1 2.7.0
filelock 3.15.4 3.16.1
httpcore 1.0.5 1.0.6
httptools 0.6.1 0.6.4
identify 2.6.0 2.6.2
idna 3.8 3.10
mako 1.3.5 1.3.6
markupsafe 2.1.5 3.0.2
packaging 24.1 24.2
platformdirs 4.2.2 4.3.6
setuptools 73.0.1 75.4.0
uvloop 0.20.0 0.21.0
virtualenv 20.26.3 20.27.1
watchfiles 0.23.0 0.24.0
websockets 13.0 14.0
zope-interface 7.0.2 7.1.1

Updates alembic from 1.13.2 to 1.14.0

Release notes

Sourced from alembic's releases.

1.14.0

Released: November 4, 2024

usecase

  • [usecase] [runtime] Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). This allows third party dialects to define the exact structure of the alembic_version table, to include use cases where the table requires special directives and/or additional columns so that it may function correctly on a particular backend. This is not intended as a user-expansion hook, only a dialect implementation hook to produce a working alembic_version table. Pull request courtesy Maciek Bryński.

    References: #1560

1.13.3

Released: September 23, 2024

usecase

  • [usecase] [autogenerate] Render if_exists and if_not_exists parameters in CreateTableOp, CreateIndexOp, DropTableOp and DropIndexOp in an autogenerate context. While Alembic does not set these parameters during an autogenerate run, they can be enabled using a custom Rewriter in the env.py file, where they will now be part of the rendered Python code in revision files. Pull request courtesy of Louis-Amaury Chaib (@​lachaib).

  • [usecase] [environment] Enhance version_locations parsing to handle paths containing newlines.

    References: #1509

  • [usecase] [operations] Added support for Operations.create_table.if_not_exists and Operations.drop_table.if_exists, adding similar functionality to render IF [NOT] EXISTS for table operations in a similar way as with indexes. Pull request courtesy Aaron Griffin.

    References: #1520

misc

  • [change] [general] The pin for setuptools<69.3 in pyproject.toml has been removed. This pin was to prevent a sudden change to PEP 625 in setuptools from taking place which changes the file name of SQLAlchemy's source

... (truncated)

Commits

Updates asyncpg from 0.29.0 to 0.30.0

Release notes

Sourced from asyncpg's releases.

v0.30.0

Support Python 3.13 and PostgreSQL 17.

Improvements

Fixes

  • s/quote/quote_plus/ in the note about DSN part quoting (by @​elprans in 1194a8a6 for #1151)

  • Use asyncio.run() instead of run_until_complete() (by @​eltoder in 9fcddfc1 for #1140)

  • Require async_timeout for python < 3.11 (#1177)

... (truncated)

Commits

Updates fastapi from 0.112.2 to 0.115.4

Release notes

Sourced from fastapi's releases.

0.115.4

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @​tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @​imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @​ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @​Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @​ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @​codingjenny.

... (truncated)

Commits
  • 31887b1 🔖 Release version 0.115.4
  • b270ff1 📝 Update release notes
  • b31cbbf ♻️ Update logic to import and check python-multipart for compatibility with...
  • aee7674 📝 Update release notes
  • 4e6b1ac 📝 Update includes in docs/fr/docs/tutorial/body.md (#12596)
  • 9b1e5f2 📝 Update release notes
  • 60aba02 📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)
  • 2a4cf17 📝 Update release notes
  • 453f559 📝 Update includes in docs/fr/docs/tutorial/query-params-str-validations.md ...
  • af269cd 📝 Update release notes
  • Additional commits viewable in compare view

Updates pydantic from 2.8.2 to 2.9.2

Release notes

Sourced from pydantic's releases.

v2.9.2 (2024年09月17日)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.1...v2.9.2

v2.9.1 (2024年09月09日)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024年09月05日)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.2 (2024年09月17日)

GitHub release

What's Changed

Fixes

v2.9.1 (2024年09月09日)

GitHub release

What's Changed

Fixes

v2.9.0 (2024年09月05日)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 7cedbfb history updates
  • 7eab2b8 v bump
  • c0a288f Fix ZoneInfo with various invalid types (#10408)
  • ea6115d Fix variance issue in _IncEx type alias, only allow True (#10414)
  • fbfe25a Fix serialization schema generation when using PlainValidator (#10427)
  • 26cff3c Adding notes on designing callable discriminators (#10400)
  • 8a0e7ad Do not error when trying to evaluate annotations of private attributes (#10358)
  • ecc5275 bump
  • 2c61bfd Fix evaluation of stringified annotations during namespace inspection (#10347)
  • 3d364cb Use correct types namespace when building namedtuple core schemas (#10337)
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.4.0 to 2.6.1

Release notes

Sourced from pydantic-settings's releases.

v2.6.1

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.6.0...v2.6.1

v2.6.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.5.2...v2.6.0

v2.5.2

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.5.1...v2.5.2

v2.5.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.5.0...v2.5.1

v2.5.0

... (truncated)

Commits

Updates python-multipart from 0.0.9 to 0.0.17

Release notes

Sourced from python-multipart's releases.

Version 0.0.17

What's Changed


Full Changelog: Kludex/python-multipart@0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: Kludex/python-multipart@0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: Kludex/python-multipart@0.0.14...0.0.15

Version 0.0.14

What's Changed

Full Changelog: Kludex/python-multipart@0.0.13...0.0.14

Version 0.0.13

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.12...0.0.13

Version 0.0.12

What's Changed


... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.17 (2024年10月31日)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024年10月27日)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024年10月27日)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024年10月24日)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024年10月20日)

  • Rename import to python_multipart #166.

0.0.12 (2024年09月29日)

  • Improve error message when boundary character does not match #124.
  • Add mypy strict typing #140.
  • Enforce 100% coverage #159.

0.0.11 (2024年09月28日)

  • Improve performance, especially in data with many CR-LF #137.
  • Handle invalid CRLF in header name #141.

0.0.10 (2024年09月21日)

  • Support on_header_begin #103.
  • Improve type hints on FormParser #104.
  • Fix OnFileCallback type #106.
  • Improve type hints #110.
  • Improve type hints on File #111.
  • Add type hint to helper functions #112.
  • Minor fix for Field.repr #114.
  • Fix use of chunk_size parameter #136.
  • Allow digits and valid token chars in headers #134.
  • Fix headers being carried between parts #135.
Commits

Updates sqlalchemy from 2.0.32 to 2.0.36

Release notes

Sourced from sqlalchemy's releases.

2.0.36

Released: October 15, 2024

orm

  • [orm] [usecase] Added new parameter _orm.mapped_column.hash to ORM constructs such as _orm.mapped_column(), _orm.relationship(), etc., which is interpreted for ORM Native Dataclasses in the same way as other dataclass-specific field parameters.

    References: #11923

  • [orm] [bug] Fixed bug in ORM bulk update/delete where using RETURNING with bulk update/delete in combination with populate_existing would fail to accommodate the populate_existing option.

    References: #11912

  • [orm] [bug] Continuing from #11912, columns marked with mapped_column.onupdate, mapped_column.server_onupdate, or Computed are now refreshed in ORM instances when running an ORM enabled UPDATE with WHERE criteria, even if the statement does not use RETURNING or populate_existing.

    References: #11917

  • [orm] [bug] Fixed regression caused by fixes to joined eager loading in #11449 released in 2.0.31, where a particular joinedload case could not be asserted correctly. We now have an example of that case so the assertion has been repaired to allow for it.

    References: #11965

  • [orm] [bug] Improved the error message emitted when trying to map as dataclass a class while also manually providing the __table__ attribute. This usage is currently not supported.

    References: #11973

  • [orm] [bug] Refined the check which the ORM lazy loader uses to detect "this would be loading by primary key and the primary key is NULL, skip loading" to take into account the current setting for the orm.Mapper.allow_partial_pks parameter. If this parameter is False, then a composite PK value that has partial NULL elements should also be skipped. This can apply to some composite overlapping foreign key configurations.

... (truncated)

Commits

Updates coverage from 7.6.1 to 7.6.4

Changelog

Sourced from coverage's changelog.

Version 7.6.4 — 2024年10月20日

  • fix: multi-line with statements could cause contained branches to be incorrectly marked as missing (issue 1880_). This is now fixed.

.. _issue 1880: nedbat/coveragepy#1880

.. _changes_7-6-3:

Version 7.6.3 — 2024年10月13日

  • Fix: nested context managers could incorrectly be analyzed to flag a missing branch on the last context manager, as described in issue 1876_. This is now fixed.

  • Fix: the missing branch message about not exiting a module had an extra "didn't," as described in issue 1873_. This is now fixed.

.. _issue 1873: nedbat/coveragepy#1873 .. _issue 1876: nedbat/coveragepy#1876

.. _changes_7-6-2:

Version 7.6.2 — 2024年10月09日

  • Dropped support for Python 3.8 and PyPy 3.8.

  • Fix: a final wildcard match/case clause assigning to a name (case _ as value) was incorrectly marked as a missing branch. This is now fixed, closing issue 1860_.

  • Fewer things are considered branches now. Lambdas, comprehensions, and generator expressions are no longer marked as missing branches if they don't complete execution. Closes issue 1852_.

  • Fix: the HTML report didn't properly show multi-line f-strings that end with a backslash continuation. This is now fixed, closing issue 1836, thanks to LiuYinCarl and Marco Ricci <pull 1838_>.

  • Fix: the LCOV report now has correct line numbers (fixing issue 1846) and better branch descriptions for BRDA records (fixing issue 1850). There are other changes to lcov also, including a new configuration option :ref:line_checksums <config_lcov_line_checksums> to control whether line checksums are included in the lcov report. The default is false. To keep checksums set it to true. All this work is thanks to Zack Weinberg

... (truncated)

Commits
  • f24f76b docs: sample HTML for 7.6.4
  • 96e10f7 docs: prep for 7.6.4
  • b8c236a fix: multi-line with-statements exit correctly. #1880
  • 64b7a45 docs: another discord reference
  • 68d7427 docs: Python Discord
  • 43adcea build: include 3.14 in the usual Pythons
  • fb2b49f build: github_releases can update older releases, and pauses to get the sorti...
  • ca550ca 3.0b2 wasn't correctly titled

Bumps the all-dependencies group with 35 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.2` | `1.14.0` |
| [asyncpg](https://github.com/MagicStack/asyncpg) | `0.29.0` | `0.30.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.115.4` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.4.0` | `2.6.1` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.9` | `0.0.17` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.36` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` |
| [gevent](https://github.com/gevent/gevent) | `24.2.1` | `24.11.1` |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.7.3` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |
| [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.2.post1` |
| [certifi](https://github.com/certifi/python-certifi) | `2024年7月4日` | `2024年8月30日` |
| [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` |
| [dnspython](https://github.com/rthalley/dnspython) | `2.6.1` | `2.7.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.5` | `1.0.6` |
| [httptools](https://github.com/MagicStack/httptools) | `0.6.1` | `0.6.4` |
| [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.2` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [mako](https://github.com/sqlalchemy/mako) | `1.3.5` | `1.3.6` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
| [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `75.4.0` |
| [uvloop](https://github.com/MagicStack/uvloop) | `0.20.0` | `0.21.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.27.1` |
| [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.23.0` | `0.24.0` |
| [websockets](https://github.com/python-websockets/websockets) | `13.0` | `14.0` |
| [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.0.2` | `7.1.1` |
Updates `alembic` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)
Updates `asyncpg` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.29.0...v0.30.0)
Updates `fastapi` from 0.112.2 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.112.2...0.115.4)
Updates `pydantic` from 2.8.2 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.2)
Updates `pydantic-settings` from 2.4.0 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.4.0...v2.6.1)
Updates `python-multipart` from 0.0.9 to 0.0.17
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.9...0.0.17)
Updates `sqlalchemy` from 2.0.32 to 2.0.36
- [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 `coverage` from 7.6.1 to 7.6.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.4)
Updates `gevent` from 24.2.1 to 24.11.1
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@24.2.1...24.11.1)
Updates `httpx` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)
Updates `mypy` from 1.11.2 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.0)
Updates `pre-commit` from 3.8.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)
Updates `pytest` from 8.3.2 to 8.3.3
- [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.2...8.3.3)
Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)
Updates `ruff` from 0.6.2 to 0.7.3
- [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.6.2...0.7.3)
Updates `uvicorn` from 0.30.6 to 0.32.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](Kludex/uvicorn@0.30.6...0.32.0)
Updates `anyio` from 4.4.0 to 4.6.2.post1
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.4.0...4.6.2.post1)
Updates `certifi` from 2024年7月4日 to 2024年8月30日
- [Commits](certifi/python-certifi@2024年07月04日...2024年08月30日)
Updates `cffi` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.0...v1.17.1)
Updates `distlib` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/pypa/distlib/releases)
- [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst)
- [Commits](pypa/distlib@0.3.8...0.3.9)
Updates `dnspython` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.6.1...v2.7.0)
Updates `filelock` from 3.15.4 to 3.16.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.15.4...3.16.1)
Updates `greenlet` from 3.0.3 to 3.1.1
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.0.3...3.1.1)
Updates `httpcore` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.5...1.0.6)
Updates `httptools` from 0.6.1 to 0.6.4
- [Release notes](https://github.com/MagicStack/httptools/releases)
- [Commits](MagicStack/httptools@v0.6.1...v0.6.4)
Updates `identify` from 2.6.0 to 2.6.2
- [Commits](pre-commit/identify@v2.6.0...v2.6.2)
Updates `idna` from 3.8 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.10)
Updates `mako` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)
Updates `markupsafe` from 2.1.5 to 3.0.2
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.5...3.0.2)
Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)
Updates `platformdirs` from 4.2.2 to 4.3.6
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.2.2...4.3.6)
Updates `pydantic-core` from 2.20.1 to 2.23.4
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.23.4)
Updates `setuptools` from 73.0.1 to 75.4.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v75.4.0)
Updates `starlette` from 0.38.2 to 0.41.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](Kludex/starlette@0.38.2...0.41.2)
Updates `uvloop` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.20.0...v0.21.0)
Updates `virtualenv` from 20.26.3 to 20.27.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.3...20.27.1)
Updates `watchfiles` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
- [Commits](samuelcolvin/watchfiles@v0.23.0...v0.24.0)
Updates `websockets` from 13.0 to 14.0
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.0...14.0)
Updates `zope-interface` from 7.0.2 to 7.1.1
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@7.0.2...7.1.1)
---
updated-dependencies:
- dependency-name: alembic
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: asyncpg
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: fastapi
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: pydantic
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: pydantic-settings
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: python-multipart
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: sqlalchemy
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: coverage
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: gevent
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: httpx
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: mypy
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: pre-commit
 dependency-type: direct:development
 update-type: version-update:semver-major
 dependency-group: all-dependencies
- dependency-name: pytest
 dependency-type: direct:development
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: pytest-cov
 dependency-type: direct:development
 update-type: version-update:semver-major
 dependency-group: all-dependencies
- dependency-name: ruff
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: uvicorn
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: anyio
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: certifi
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: cffi
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: distlib
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: dnspython
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: filelock
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: greenlet
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: httpcore
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: httptools
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: identify
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: idna
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: mako
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: all-dependencies
- dependency-name: markupsafe
 dependency-type: indirect
 update-type: version-update:semver-major
 dependency-group: all-dependencies
- dependency-name: packaging
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: platformdirs
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: pydantic-core
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: setuptools
 dependency-type: indirect
 update-type: version-update:semver-major
 dependency-group: all-dependencies
- dependency-name: starlette
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: uvloop
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: virtualenv
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: watchfiles
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
- dependency-name: websockets
 dependency-type: indirect
 update-type: version-update:semver-major
 dependency-group: all-dependencies
- dependency-name: zope-interface
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: all-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot deleted the dependabot/pip/all-dependencies-47cc4f9034 branch November 18, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /