Chore(deps): Bump the small-changes group with 6 updates

Bumps the small-changes group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) | `3.5.2` | `3.6.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.24.0.post1` | `0.25.0` |
| [black](https://github.com/psf/black) | `23.11.0` | `23.12.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.8` | `0.1.9` |
| [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.27.0` | `0.28.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.2` | `9.5.3` |


Updates `rapidfuzz` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.5.2...v3.6.0)

Updates `uvicorn` from 0.24.0.post1 to 0.25.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.24.0.post1...0.25.0)

Updates `black` from 23.11.0 to 23.12.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.11.0...23.12.1)

Updates `ruff` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.8...v0.1.9)

Updates `pytest-httpx` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/Colin-b/pytest_httpx/releases)
- [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.27.0...v0.28.0)

Updates `mkdocs-material` from 9.5.2 to 9.5.3
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.2...9.5.3)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: small-changes
- dependency-name: pytest-httpx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: small-changes
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: small-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-28 17:27:55 +00:00
committed by GitHub
parent 2b13fa4712
commit 83cecd40ab
2 changed files with 249 additions and 240 deletions

View File

@@ -57,7 +57,7 @@ zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
[dev-packages]
# Linting
black = "==23.11.0"
black = "==23.12.1"
pre-commit = "*"
ruff = "*"
# Testing