Skip to content

Commit b61a019

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 5 updates
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.1` | `0.34.0` | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `2.0.7` | `3.2.0` | | [python-keycloak](https://github.com/marcospereirampj/python-keycloak) | `4.7.3` | `5.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` | Updates `pydantic-settings` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0) Updates `uvicorn` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.32.1...0.34.0) Updates `python-json-logger` from 2.0.7 to 3.2.0 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](nhairs/python-json-logger@v2.0.7...v3.2.0) Updates `python-keycloak` from 4.7.3 to 5.1.1 - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](marcospereirampj/python-keycloak@v4.7.3...v5.1.1) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-json-logger dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: python-keycloak dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5178354 commit b61a019

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

poetry.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sqlalchemy = { version = "^2.0.35", optional = true }
5353
sqlalchemy-utils = { version = "^0.41.2", optional = true }
5454
fastapi = { version = "^0.115", optional = true}
5555
asgi-correlation-id = {version = "^4.3.4", optional = true}
56-
uvicorn = { version = ">=0.30.6,<0.33.0", optional = true }
56+
uvicorn = { version = ">=0.30.6,<0.35.0", optional = true }
5757
alembic = { version = "^1.13.2", optional = true }
5858
python-jose = { version = "^3.3.0", extras = ["cryptography"], optional = true }
5959
jinja2 = { version = "^3.1.4", optional = true }
@@ -70,7 +70,7 @@ asyncpg = { version = ">=0.29,<0.31", optional = true }
7070
apscheduler = { version = "^3.10.4", optional = true }
7171
starlette-exporter = {version = "^0.23.0", optional = true}
7272
itsdangerous = {version = "*", optional = true}
73-
python-keycloak = {version = "^4.7.0", optional = true}
73+
python-keycloak = {version = ">=4.7,<6.0", optional = true}
7474

7575
[tool.poetry.extras]
7676
backend = [
@@ -131,7 +131,7 @@ scheduler = [
131131
pandas-stubs = "^2.2.2.240909"
132132
pytest = "^8.3.3"
133133
httpx = "^0.27.2"
134-
pytest-asyncio = "^0.24.0"
134+
pytest-asyncio = ">=0.24,<0.26"
135135
pytest-randomly = "^3.15.0"
136136
pytest-deadfixtures = "^2.2.1"
137137
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)