summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-19 11:20:05 +0200
committerGitHub <noreply@github.com>2025-09-19 11:20:05 +0200
commita54b862f0093f0e5e26c6ce972cc0faa8b88ae56 (patch)
treeec2275ed10a2254ec0726ea0e8232ee750425a35
parentaeab5ac546d35416405a4ccbfc7a1593f6ce9369 (diff)
[upd] pypi: Bump the minor group with 3 updates (#5213)
Bumps the minor group with 3 updates: [whitenoise](https://github.com/evansd/whitenoise), [granian[reload]](https://github.com/emmett-framework/granian) and [granian](https://github.com/emmett-framework/granian). Updates `whitenoise` from 6.10.0 to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.10.0...6.11.0) Updates `granian[reload]` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.5.3...v2.5.4) Updates `granian` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.5.3...v2.5.4) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: granian[reload] dependency-version: 2.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: granian dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements-dev.txt2
-rw-r--r--requirements-server.txt2
-rw-r--r--requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index d5ef3d6e5..c9b70567e 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -21,6 +21,6 @@ wlc==1.15
coloredlogs==15.0.1
docutils>=0.21.2
parameterized==0.9.0
-granian[reload]==2.5.3
+granian[reload]==2.5.4
basedpyright==1.31.4
types-lxml==2025.8.25
diff --git a/requirements-server.txt b/requirements-server.txt
index 9da656359..c95469935 100644
--- a/requirements-server.txt
+++ b/requirements-server.txt
@@ -1 +1 @@
-granian==2.5.3
+granian==2.5.4
diff --git a/requirements.txt b/requirements.txt
index 03596392e..0bbbf0d01 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,5 +19,5 @@ tomli==2.2.1; python_version < '3.11'
msgspec==0.19.0
typer-slim==0.17.4
isodate==0.7.2
-whitenoise==6.10.0
+whitenoise==6.11.0
typing-extensions==4.14.1