From 4d46908bac2237f2a0ed98b927865200bae5a72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:38:48 +0000 Subject: [PATCH] Bump pytrakt from 3.4.27 to 3.4.28 Bumps [pytrakt](https://github.com/glensc/python-pytrakt) from 3.4.27 to 3.4.28. - [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.27...3.4.28) --- 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 2649fd4973..755cf0c4ac 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.27" +pytrakt = "==3.4.28" pyyaml = "==6.0.1" requests = "==2.31.0" requests-cache = "==1.1.1" diff --git a/Pipfile.lock b/Pipfile.lock index 79318db997..1db3682cef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8a0eb70fbb31deef2824a1d817fefbd4550fe0e6a88386a498754aa7722a1bfd" + "sha256": "34d29e75cfdd6931f62b58b137b456ea2d29b437474ff6b1f86d12e1a9884baa" }, "pipfile-spec": 6, "requires": { @@ -269,11 +269,11 @@ }, "pytrakt": { "hashes": [ - "sha256:11aa5d89877a02ed56627a150d9e6ceb3f3ff6df8f9de18cb01a1b1fc247796f", - "sha256:a326716567a4a8149e939a92b9252bf7beb9c5f43b5df73abb9ace9c59f3c4f1" + "sha256:8b713db754267e294c432cf101a3563b4d0c1d97b9c67ee3b1414f634165fc4c", + "sha256:8c69218d5e1e039aa78ce24ba1b96b2c1de2f4c77e9b20753c1cf5ace49b7a2a" ], "index": "pypi", - "version": "==3.4.27" + "version": "==3.4.28" }, "pyyaml": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 177ee36285..7e14cff930 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.27 +pytrakt==3.4.28 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'