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 fastapi from 0.98.0 to 0.109.0 #112

Closed
wants to merge 66 commits into from

Commits on Jan 9, 2023

  1. Bump fastapi from 0.88.0 to 0.89.0

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.89.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.88.0...0.89.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    44d80b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add1537 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Fix compatibility with fastapi 0.89

    Jérôme Deuchnord committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8703382 View commit details
    Browse the repository at this point in the history
  2. Simplify method to get message, fix note ID

    Jérôme Deuchnord committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    45ab987 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add compatibility for Lemmy (#8)

    * Refactor for Lemmy compatibility
    
    * Allow publishing to groups
    
    * Fix code style
    
    * Update config file
    Deuchnord authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ef8f185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81a4c2c View commit details
    Browse the repository at this point in the history
  3. Bump fastapi from 0.89.0 to 0.89.1 (#10)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.0 to 0.89.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.89.0...0.89.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7678a46 View commit details
    Browse the repository at this point in the history
  4. Update docs: remove avatar and header reference

    Jérôme Deuchnord committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    42ee933 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Add pycln to check imports

    Jérôme Deuchnord authored and Deuchnord committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da2f587 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Jérôme Deuchnord authored and Deuchnord committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f5b3e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a5764 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fb800 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Bump requests from 2.28.1 to 2.28.2 (#16)

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5311f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    0da3af5 View commit details
    Browse the repository at this point in the history
  2. Bump pycln from 2.1.2 to 2.1.3 (#17)

    Bumps [pycln](https://github.com/hadialqattan/pycln) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/hadialqattan/pycln/releases)
    - [Changelog](https://github.com/hadialqattan/pycln/blob/master/docs/CHANGELOG.md)
    - [Commits](hadialqattan/pycln@v2.1.2...v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: pycln
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ca27587 View commit details
    Browse the repository at this point in the history
  3. Bump requests from 2.28.1 to 2.28.2 (#21)

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.28.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    45b84b9 View commit details
    Browse the repository at this point in the history
  4. Bump pytest from 7.2.0 to 7.2.1 (#20)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.2.0...7.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ff7f5e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    49c73dc View commit details
    Browse the repository at this point in the history
  2. Add Markdown tests (#23)

    Deuchnord authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    046d510 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Add webserver tests (#25)

    Deuchnord authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f8f5423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbadef View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Add GitHub Sponsors

    Deuchnord authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    23ef410 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump pycryptodome from 3.16.0 to 3.17 (#29)

    Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.16.0 to 3.17.
    - [Release notes](https://github.com/Legrandin/pycryptodome/releases)
    - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
    - [Commits](Legrandin/pycryptodome@v3.16.0...v3.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: pycryptodome
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    edcdf62 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Bump beautifulsoup4 from 4.11.1 to 4.11.2 (#30)

    Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.1 to 4.11.2.
    
    ---
    updated-dependencies:
    - dependency-name: beautifulsoup4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e831c8a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Add security manual

    Jérôme Deuchnord committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8d0c520 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Bump docker/build-push-action from 3 to 4 (#31)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f5acea4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Bump fastapi from 0.89.1 to 0.90.0 (#32)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.90.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.89.1...0.90.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5fd1eed View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    cb1dd7e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Bump fastapi from 0.90.1 to 0.91.0 (#34)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.90.1 to 0.91.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.90.1...0.91.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7b48152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39b89a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    1af555f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Bump pytest from 7.2.1 to 7.2.2 (#38)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.2.1...7.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b02ee70 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Bump fastapi from 0.92.0 to 0.94.0 (#42)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.94.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.92.0...0.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    32ac8c0 View commit details
    Browse the repository at this point in the history
  2. Bump pydantic from 1.10.5 to 1.10.6 (#40)

    Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.6.
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md)
    - [Commits](pydantic/pydantic@v1.10.5...v1.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e8283b3 View commit details
    Browse the repository at this point in the history
  3. Bump uvicorn from 0.20.0 to 0.21.0 (#41)

    Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.20.0...0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6eb67cd View commit details
    Browse the repository at this point in the history
  4. Bump black from 22.12.0 to 23.1.0 (#37)

    Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.12.0...23.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8f3dd01 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Bump fastapi from 0.94.0 to 0.94.1 (#43)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.94.0 to 0.94.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.94.0...0.94.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    dfa832c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Bump fastapi from 0.94.1 to 0.95.0 (#45)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.94.1 to 0.95.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.94.1...0.95.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    86f92e4 View commit details
    Browse the repository at this point in the history
  2. Bump uvicorn from 0.21.0 to 0.21.1 (#44)

    Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.21.0 to 0.21.1.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.21.0...0.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d7d1489 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#46)

    Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.2 to 4.12.0.
    
    ---
    updated-dependencies:
    - dependency-name: beautifulsoup4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    54bdb5e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    5bea1e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    ea6e239 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Update README.md

    Deuchnord authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    b27f16a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    43a834e View commit details
    Browse the repository at this point in the history
  2. Bump httpx from 0.23.3 to 0.24.0 (#54)

    Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.0.
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.23.3...0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: httpx
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ddd3203 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91adcb6 View commit details
    Browse the repository at this point in the history
  4. Bump pytest from 7.2.2 to 7.3.0 (#53)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.0.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.2.2...7.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    04ed5c5 View commit details
    Browse the repository at this point in the history
  5. Bump beautifulsoup4 from 4.12.0 to 4.12.2 (#52)

    Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.2.
    
    ---
    updated-dependencies:
    - dependency-name: beautifulsoup4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    874aa65 View commit details
    Browse the repository at this point in the history
  6. Bump markdown from 3.4.2 to 3.4.3 (#49)

    Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.2 to 3.4.3.
    - [Release notes](https://github.com/Python-Markdown/markdown/releases)
    - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md)
    - [Commits](Python-Markdown/markdown@3.4.2...3.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: markdown
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cc7013e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Bump pytest from 7.3.0 to 7.3.1 (#56)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.0...7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7102e7c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Bump fastapi from 0.95.0 to 0.95.1 (#55)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.95.1.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.95.0...0.95.1)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    65d37fe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Bump requests from 2.28.2 to 2.29.0 (#57)

    Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.29.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.2...v2.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    856bc7d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Bump requests from 2.29.0 to 2.30.0 (#59)

    Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.30.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.29.0...v2.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    6a562e0 View commit details
    Browse the repository at this point in the history
  2. Bump uvicorn from 0.21.1 to 0.22.0 (#58)

    Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.21.1 to 0.22.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.21.1...0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    13b6350 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Bump pycryptodome from 3.17 to 3.18.0 (#61)

    Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.17 to 3.18.0.
    - [Release notes](https://github.com/Legrandin/pycryptodome/releases)
    - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
    - [Commits](Legrandin/pycryptodome@v3.17.0...v3.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: pycryptodome
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    fdfba95 View commit details
    Browse the repository at this point in the history
  2. Bump httpx from 0.24.0 to 0.24.1 (#62)

    Bumps [httpx](https://github.com/encode/httpx) from 0.24.0 to 0.24.1.
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.24.0...0.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: httpx
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    3a71d01 View commit details
    Browse the repository at this point in the history
  3. Bump fastapi from 0.95.1 to 0.95.2 (#60)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.1 to 0.95.2.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.95.1...0.95.2)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    fdac6ae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Bump fastapi from 0.95.2 to 0.98.0 (#72)

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.2 to 0.98.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.95.2...0.98.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ce86155 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Bump requests from 2.30.0 to 2.31.0 (#63)

    Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.30.0...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6cfc792 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Bump actions/checkout from 3 to 4 (#90)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    29441d6 View commit details
    Browse the repository at this point in the history
  2. Bump docker/setup-qemu-action from 2 to 3 (#91)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d84a417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0508d74 View commit details
    Browse the repository at this point in the history
  4. Bump docker/build-push-action from 4 to 5 (#92)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ea505b4 View commit details
    Browse the repository at this point in the history
  5. Bump docker/setup-buildx-action from 2 to 3 (#94)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b119a64 View commit details
    Browse the repository at this point in the history
  6. Bump docker/login-action from 2 to 3 (#93)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f464606 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Bump fastapi from 0.98.0 to 0.109.0

    Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.98.0 to 0.109.0.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.98.0...0.109.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    321eecf View commit details
    Browse the repository at this point in the history