Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.0` | `2.6.1` |
| [pytest-httpx](https://github.com/Colin-b/pytest_httpx) | `0.32.0` | `0.33.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.2` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.386` | `1.1.387` |
| [setuptools](https://github.com/pypa/setuptools) | `75.2.0` | `75.3.0` |
| [djlint](https://github.com/djlint/djLint) | `1.35.2` | `1.35.4` |


Updates `pydantic-settings` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.0...v2.6.1)

Updates `pytest-httpx` from 0.32.0 to 0.33.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.32.0...v0.33.0)

Updates `ruff` from 0.7.1 to 0.7.2
- [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.1...0.7.2)

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

Updates `setuptools` from 75.2.0 to 75.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.2.0...v75.3.0)

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

---
updated-dependencies:
- dependency-name: pydantic-settings
  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
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allpip
- dependency-name: djlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: allpip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 9fcbcb6 commit 310c47d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 49 deletions.
107 changes: 64 additions & 43 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fastapi = "^0.115.4"
alembic = "^1.13.2"
pydantic = "^2.9.2"
jinja2 = "^3.1.4"
pydantic-settings = "^2.6.0"
pydantic-settings = "^2.6.1"
psycopg2-binary = "^2.9.10"
uvicorn = {extras = ["standard"], version = "^0.32.0"}
pyyaml = "^6.0.1"
Expand All @@ -52,19 +52,19 @@ pytest-mock = "^3.14.0"
coverage = "^7.6.4"
playwright = "^1.47.0"
pytest-playwright = "^0.5.2"
pytest-httpx = "^0.32.0"
pytest-httpx = "^0.33.0"
freezegun = "^1.5.1"


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


[tool.poetry.urls]
Expand Down

0 comments on commit 310c47d

Please sign in to comment.