From 5bfbf78c09e54453db2abd948115e238e17a101e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:58:34 +0000 Subject: [PATCH] Bump structlog from 24.4.0 to 25.1.0 in /flowauth Bumps [structlog](https://github.com/hynek/structlog) from 24.4.0 to 25.1.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flowauth/Pipfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flowauth/Pipfile.lock b/flowauth/Pipfile.lock index 8210cef97c..18e6e4a148 100644 --- a/flowauth/Pipfile.lock +++ b/flowauth/Pipfile.lock @@ -753,19 +753,19 @@ }, "structlog": { "hashes": [ - "sha256:597f61e80a91cc0749a9fd2a098ed76715a1c8a01f73e336b746504d1aad7610", - "sha256:b27bfecede327a6d2da5fbc96bd859f114ecc398a6389d664f62085ee7ae6fc4" + "sha256:2ef2a572e0e27f09664965d31a576afe64e46ac6084ef5cec3c2b8cd6e4e3ad3", + "sha256:843fe4f254540329f380812cbe612e1af5ec5b8172205ae634679cd35a6d6321" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==24.4.0" + "version": "==25.1.0" }, "typing-extensions": { "hashes": [ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.11'", "version": "==4.12.2" }, "versioneer": {