Skip to content

Commit 61ff035

Browse files
chore(deps): bump the major-updates group across 1 directory with 3 updates
Bumps the major-updates group with 3 updates in the / directory: [django-health-check](https://github.com/codingjoe/django-health-check), [gunicorn](https://github.com/benoitc/gunicorn) and [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar). Updates `django-health-check` from 3.20.8 to 4.1.2 - [Release notes](https://github.com/codingjoe/django-health-check/releases) - [Commits](codingjoe/django-health-check@3.20.8...4.1.2) Updates `gunicorn` from 23.0.0 to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.1.0) Updates `django-debug-toolbar` from 5.2.0 to 6.2.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](django-commons/django-debug-toolbar@5.2.0...6.2.0) --- updated-dependencies: - dependency-name: django-health-check dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9f3ecb commit 61ff035

2 files changed

Lines changed: 54 additions & 21 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bimdata-api-client = "10.14.4"
1111
django = {extras = ["argon2"], version = "^5.2"}
1212
django-cors-headers = "^4.9.0"
1313
django-environ = "^0.12.0"
14-
django-health-check = "^3.20.8"
14+
django-health-check = "^4.2.1"
1515
django-filter = "^25.2"
1616
django-grappelli = "^4.0.3"
1717
django-postgres-extra = "^2.0.8"
@@ -20,7 +20,7 @@ django-split-settings = "^1.0.1"
2020
djangorestframework = "^3.16.1"
2121
drf-oidc-auth = "^3.0.0"
2222
fluent-logger = "^0.11.1"
23-
gunicorn = "^23.0.0"
23+
gunicorn = "^25.2.0"
2424
inflection = "^0.5.1"
2525
psycopg = {extras = ["binary", "pool"], version = "^3.3.2"}
2626
python-dotenv = "^1.2.1"
@@ -39,12 +39,12 @@ urllib3 = ">=2.6.1" # Needed because the lib API use getheader removed in 2.6.0
3939
optional = true
4040

4141
[tool.poetry.group.deploy.dependencies]
42-
gunicorn = "^23.0.0"
42+
gunicorn = "^25.2.0"
4343
uvicorn = "^0.40.0"
4444

4545
[tool.poetry.group.dev.dependencies]
4646
black = "^26.3.1"
47-
django-debug-toolbar = "^5.2.0"
47+
django-debug-toolbar = "^6.2.0"
4848
flake8 = "^7.2.0"
4949
pre-commit = "^4.5.1"
5050
pyflakes = "^3.3.2"

0 commit comments

Comments
 (0)