Bump freezegun from 1.5.3 to 1.5.4 (#1879)

Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](https://github.com/spulec/freezegun/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-31 13:55:17 +00:00
committed by GitHub
parent 3a3228a9df
commit f681f53b05
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1584,14 +1584,14 @@ files = [
[[package]]
name = "freezegun"
version = "1.5.3"
version = "1.5.4"
description = "Let your Python tests travel through time"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "freezegun-1.5.3-py3-none-any.whl", hash = "sha256:1ce20ee4be61349ba52c3af64f5eaba8d08ff51acfcf1b3ea671f03e54c818f1"},
{file = "freezegun-1.5.3.tar.gz", hash = "sha256:d7c6204e33a50affd7c7aa284f4f92e04e96f72d63313b89ceaaf60d9c64bc5e"},
{file = "freezegun-1.5.4-py3-none-any.whl", hash = "sha256:8bdd75c9d790f53d5a173d273064ccd7900984b36635be552befeedb0cd47b20"},
{file = "freezegun-1.5.4.tar.gz", hash = "sha256:798b9372fdd4d907f33e8b6a58bc64e682d9ffa8d494ce60f780197ee81faed1"},
]
[package.dependencies]
@@ -5664,4 +5664,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "0ac4e330d813eca2cc3502d99891849010d674cd934ce9a4b3eb3a27e8d60fa9"
content-hash = "903d88177a3e9c3593a95be97b0391cbfd43c8c290c474a9b509333e7a17658c"

View File

@@ -92,7 +92,7 @@ cloudfoundry-client = "*"
exceptiongroup = "==1.3.0"
flake8 = "^7.3.0"
flake8-bugbear = "^24.12.12"
freezegun = "^1.5.3"
freezegun = "^1.5.4"
honcho = "*"
isort = "^6.0.1"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}