From 910eb81b5d4cf268ac3ba5dba8cb423426f7ebd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:33:28 +0000 Subject: [PATCH] Bump pytrakt from 3.4.31 to 3.4.32 Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.31 to 3.4.32. - [Release notes](https://github.com/glensc/python-pytrakt/releases) - [Changelog](https://github.com/glensc/python-pytrakt/blob/main/HISTORY.rst) - [Commits](https://github.com/glensc/python-pytrakt/compare/3.4.31...3.4.32) --- updated-dependencies: - dependency-name: pytrakt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 9 ++++----- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 723e2b417d..5d0267a53a 100644 --- a/Pipfile +++ b/Pipfile @@ -25,7 +25,7 @@ pygments = "==2.17.2" python-dotenv = "==1.0.1" python-git-info = "==0.8.3" pytimeparse = "==1.1.8" -pytrakt = "==3.4.31" +pytrakt = "==3.4.32" pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index 4458eabf82..1133239485 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2cccd4b5f557cd5bf868a47da7ded6e83d533aba4b496f92e4b643fefe199047" + "sha256": "f4485995dab2fb941acd03271921195a7d6c361b1c787ed85fc9ac99be36f106" }, "pipfile-spec": 6, "requires": { @@ -269,11 +269,11 @@ }, "pytrakt": { "hashes": [ - "sha256:0241eeae807c52908e1cd6ed41a92f3dd669487310867c100957aa689808cc76", - "sha256:f00d20af2eeb9ff23b0af43f41d1d37464c047e2a563517760903e07970960f2" + "sha256:8ff3b88fec9f8ae478e148a126df926c877459fdede017720b888313bdd63bbd", + "sha256:c95e65dd6f0986fe74133dd2787404dc74d0c949fd79b548e3985c49760b8c0e" ], "index": "pypi", - "version": "==3.4.31" + "version": "==3.4.32" }, "pyyaml": { "hashes": [ @@ -355,7 +355,6 @@ "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36", "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9" ], - "index": "pypi", "markers": "python_version >= '3.4'", "version": "==2.0.0" }, diff --git a/requirements.txt b/requirements.txt index e978465b9c..844c2649ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pygments==2.17.2; python_version >= '3.7' python-dotenv==1.0.1; python_version >= '3.8' python-git-info==0.8.3 pytimeparse==1.1.8 -pytrakt==3.4.31 +pytrakt==3.4.32 pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' requests-cache==1.2.0; python_version >= '3.8'