From 47991d55c76216698ee043c2372024993c1e14bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:52:14 +0000 Subject: [PATCH] Update dependency sentry-sdk to ~=1.33 --- Pipfile | 2 +- Pipfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 62cb871..c4a6eb8 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ lowatt-grdf = "~=2.1" python-dotenv = "~=1.0" python-snap7 = "~=1.3" schedule = "~=1.2" -sentry-sdk = "~=1.32" +sentry-sdk = "~=1.33" requests = "~=2.31" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index cf603f2..571d2ea 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7613fddcc1ec93a16dfe99b7d86ea35cec3c1e61909f92dbf13175dd6c920518" + "sha256": "52b683f124bdca2bf00cc736ec6c665f2ae13c15d6f29fb020387abc62b524d5" }, "pipfile-spec": 6, "requires": { @@ -206,7 +206,7 @@ "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.8.2" }, "python-dotenv": { @@ -267,11 +267,11 @@ }, "sentry-sdk": { "hashes": [ - "sha256:935e8fbd7787a3702457393b74b13d89a5afb67185bc0af85c00cb27cbd42e7c", - "sha256:eeb0b3550536f3bbc05bb1c7e0feb3a78d74acb43b607159a606ed2ec0a33a4d" + "sha256:b715218c0a08759ccc6f6c53bb68880a500fab37a2bab6e045801d9dadda049d", + "sha256:e7b26a6c8010476e1f925a6dd85b4be2e3596892620451374595cf3b02de81c9" ], "index": "pypi", - "version": "==1.32.0" + "version": "==1.33.0" }, "setuptools": { "hashes": [ @@ -286,7 +286,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "typing-extensions": {