From 8566c97ed108e27831dd94a02f1f67d33e2d7655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:01:51 +0000 Subject: [PATCH] Bump pytrakt from 3.4.28 to 3.4.29 Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.28 to 3.4.29. - [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.28...3.4.29) --- updated-dependencies: - dependency-name: pytrakt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 9320c49a080..e35b1897303 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.28" +pytrakt = "==3.4.29" pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.1.1" diff --git a/Pipfile.lock b/Pipfile.lock index 172ce266024..6b230168b0f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "94d734c9b87fbae72eb69c0e6f3c4d58b314e3e6f52845edc206d3938284c313" + "sha256": "d787d18c19f76cccacaf5b76e5becc36d042a247efb087278591b34df7d5aa02" }, "pipfile-spec": 6, "requires": { @@ -270,11 +270,11 @@ }, "pytrakt": { "hashes": [ - "sha256:8b713db754267e294c432cf101a3563b4d0c1d97b9c67ee3b1414f634165fc4c", - "sha256:8c69218d5e1e039aa78ce24ba1b96b2c1de2f4c77e9b20753c1cf5ace49b7a2a" + "sha256:19ed87172497eb1bf9d4b7d95791d88e2a4a3d8364410182149e2027fc2a7329", + "sha256:4b7a487955368611aa6d31f30bd9847cdeb41bb85c00723dc90ac1880b89e0aa" ], "index": "pypi", - "version": "==3.4.28" + "version": "==3.4.29" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 3b28839cc9c..d20267311ad 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.28 +pytrakt==3.4.29 pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' requests-cache==1.1.1; python_version >= '3.7' and python_version < '4.0'