Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.3` | `1.14.0` |
| [pyyaml-include](https://github.com/tanbro/pyyaml-include) | `2.1` | `2.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.2` | `0.7.3` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.387` | `1.1.388` |
| [djlint](https://github.com/djlint/djLint) | `1.35.4` | `1.36.1` |


Updates `alembic` from 1.13.3 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 `pyyaml-include` from 2.1 to 2.2
- [Changelog](https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md)
- [Commits](tanbro/pyyaml-include@v2.1...v2.2)

Updates `ruff` from 0.7.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.7.2...0.7.3)

Updates `pyright` from 1.1.387 to 1.1.388
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.387...v1.1.388)

Updates `djlint` from 1.35.4 to 1.36.1
- [Release notes](https://github.com/djlint/djLint/releases)
- [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md)
- [Commits](djlint/djLint@v1.35.4...v1.36.1)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: allpip
- dependency-name: pyyaml-include
  dependency-type: direct:production
  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
- dependency-name: djlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allpip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 975f636 commit 0d94b17
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 82 deletions.
129 changes: 52 additions & 77 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 @@ -23,7 +23,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.4"
alembic = "^1.13.2"
alembic = "^1.14.0"
pydantic = "^2.9.2"
jinja2 = "^3.1.4"
pydantic-settings = "^2.6.1"
Expand All @@ -32,7 +32,7 @@ uvicorn = {extras = ["standard"], version = "^0.32.0"}
pyyaml = "^6.0.1"
babel = "^2.15.0"
httpx = "^0.27.2"
pyyaml-include = "^2.1"
pyyaml-include = "^2.2"
click = "^8.1.7"
python-ulid = "^3.0.0"
fastapi-csrf-protect = "^0.3.4"
Expand All @@ -57,14 +57,14 @@ freezegun = "^1.5.1"


[tool.poetry.group.dev.dependencies]
ruff = "^0.7.2"
ruff = "^0.7.3"
pre-commit = "^4.0.1"
polib = "^1.2.0"
pyright = "^1.1.387"
pyright = "^1.1.388"
liccheck = "^0.9.2"
setuptools = "^75.3.0"
types-pyyaml = "^6.0.12.20240917"
djlint = "^1.35.4"
djlint = "^1.36.1"


[tool.poetry.urls]
Expand Down

0 comments on commit 0d94b17

Please sign in to comment.