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 all-dependencies group across 1 directory with 24 updates #85

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2024

  1. Bump the all-dependencies group across 1 directory with 24 updates

    Bumps the all-dependencies group with 23 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.2` | `1.13.3` |
    | [fastapi](https://github.com/fastapi/fastapi) | `0.112.2` | `0.115.0` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.2` |
    | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.4.0` | `2.5.2` |
    | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.9` | `0.0.10` |
    | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.35` |
    | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.7` |
    | [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.0` |
    | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
    | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
    | [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` |
    | [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` |
    | [identify](https://github.com/pre-commit/identify) | `2.6.0` | `2.6.1` |
    | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
    | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
    | [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `75.1.0` |
    | [starlette](https://github.com/encode/starlette) | `0.38.2` | `0.38.6` |
    | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.5` |
    | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.23.0` | `0.24.0` |
    | [websockets](https://github.com/python-websockets/websockets) | `13.0` | `13.1` |
    | [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.0.2` | `7.0.3` |
    
    
    
    Updates `alembic` from 1.13.2 to 1.13.3
    - [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 `fastapi` from 0.112.2 to 0.115.0
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.112.2...0.115.0)
    
    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.5.2
    - [Release notes](https://github.com/pydantic/pydantic-settings/releases)
    - [Commits](pydantic/pydantic-settings@v2.4.0...v2.5.2)
    
    Updates `python-multipart` from 0.0.9 to 0.0.10
    - [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.10)
    
    Updates `sqlalchemy` from 2.0.32 to 2.0.35
    - [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 `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 `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 `ruff` from 0.6.2 to 0.6.7
    - [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.6.7)
    
    Updates `anyio` from 4.4.0 to 4.6.0
    - [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.0)
    
    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 `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 `identify` from 2.6.0 to 2.6.1
    - [Commits](pre-commit/identify@v2.6.0...v2.6.1)
    
    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 `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.1.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.1.0)
    
    Updates `starlette` from 0.38.2 to 0.38.6
    - [Release notes](https://github.com/encode/starlette/releases)
    - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
    - [Commits](encode/starlette@0.38.2...0.38.6)
    
    Updates `virtualenv` from 20.26.3 to 20.26.5
    - [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.26.5)
    
    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 13.1
    - [Release notes](https://github.com/python-websockets/websockets/releases)
    - [Commits](python-websockets/websockets@13.0...13.1)
    
    Updates `zope-interface` from 7.0.2 to 7.0.3
    - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
    - [Commits](zopefoundation/zope.interface@7.0.2...7.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: alembic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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: httpx
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      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: 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: 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: 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-patch
      dependency-group: all-dependencies
    - dependency-name: virtualenv
      dependency-type: indirect
      update-type: version-update:semver-patch
      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-minor
      dependency-group: all-dependencies
    - dependency-name: zope-interface
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: all-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ed4cc87 View commit details
    Browse the repository at this point in the history