Skip to content

Commit 114bd30

Browse files
Bump python-keycloak from 2.15.2 to 2.15.3
Bumps [python-keycloak](https://github.com/marcospereirampj/python-keycloak) from 2.15.2 to 2.15.3. - [Release notes](https://github.com/marcospereirampj/python-keycloak/releases) - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](marcospereirampj/python-keycloak@v2.15.2...v2.15.3) --- updated-dependencies: - dependency-name: python-keycloak dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b849060 commit 114bd30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ djangorestframework = {version = "^3.13.1", optional = true}
2626
django-filter = {version = ">=21.1,<=23.1", optional = true}
2727
drf-spectacular = {version=">=0.22.0,<=0.26.1", optional = true}
2828
drf-spectacular-sidecar = {version="^2023.4.1", optional = true}
29-
python-keycloak = {version = "^2.15.2", optional = true, python = ">3.7"}
29+
python-keycloak = {version = "^2.15.3", optional = true, python = ">3.7"}
3030

3131
[tool.poetry.extras]
3232
api = ["djangorestframework", "django-filter", "drf-spectacular", "drf-spectacular-sidecar"]

0 commit comments

Comments
 (0)