Skip to content

Commit

Permalink
Bump the allpip group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the allpip group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.31.0` |
| [fastapi-csrf-protect](https://github.com/aekasitt/fastapi-csrf-protect) | `0.3.4` | `0.3.5` |
| [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.31.2` | `0.32.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.7` | `0.6.8` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.381` | `1.1.382.post1` |



Updates `uvicorn` from 0.30.6 to 0.31.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.0)

Updates `fastapi-csrf-protect` from 0.3.4 to 0.3.5
- [Commits](https://github.com/aekasitt/fastapi-csrf-protect/commits)

Updates `pytest-httpx` from 0.31.2 to 0.32.0
- [Release notes](https://github.com/Colin-b/pytest_httpx/releases)
- [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md)
- [Commits](Colin-b/pytest_httpx@v0.31.2...v0.32.0)

Updates `ruff` from 0.6.7 to 0.6.8
- [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.7...0.6.8)

Updates `pyright` from 1.1.381 to 1.1.382.post1
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: allpip
- dependency-name: fastapi-csrf-protect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: allpip
- dependency-name: pytest-httpx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allpip
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allpip
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allpip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent aa1563b commit 3cc33d8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 42 deletions.
80 changes: 43 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ pydantic = "^2.9.2"
jinja2 = "^3.1.4"
pydantic-settings = "^2.5.2"
psycopg2-binary = "^2.9.9"
uvicorn = {extras = ["standard"], version = "^0.30.6"}
uvicorn = {extras = ["standard"], version = "^0.31.0"}
pyyaml = "^6.0.1"
babel = "^2.15.0"
httpx = "^0.27.2"
pyyaml-include = "^2.1"
click = "^8.1.7"
python-ulid = "^2.7.0"
fastapi-csrf-protect = "^0.3.4"
fastapi-csrf-protect = "^0.3.5"
sqlalchemy = "^2.0.35"
sqlalchemy-utils = "^0.41.2"
djlint = "^1.35.2"
Expand All @@ -46,12 +46,12 @@ pytest = "^8.3.3"
coverage = "^7.6.1"
playwright = "^1.47.0"
pytest-playwright = "^0.5.2"
pytest-httpx = "^0.31.1"
pytest-httpx = "^0.32.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.6.7"
ruff = "^0.6.8"
pre-commit = "^3.8.0"
pyright = "^1.1.381"
pyright = "^1.1.382"
liccheck = "^0.9.2"
types-pyyaml = "^6.0.12.20240917"

Expand Down

0 comments on commit 3cc33d8

Please sign in to comment.