From 8de899292326a688ef9b72d95ea605963318f295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 23 Oct 2022 17:12:29 +0300 Subject: [PATCH] Update trakt to 3.4.2 --- Pipfile | 2 +- Pipfile.lock | 13 ++++++++----- requirements.txt | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index fbb04e410f..bbfca49775 100644 --- a/Pipfile +++ b/Pipfile @@ -22,7 +22,7 @@ rich = "==12.6.0" tqdm = "==4.64.1" urllib3 = ">=1.26.6" websocket-client = "==1.4.1" -trakt = {file = "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.1.zip"} +trakt = {file = "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.2.zip"} [requires] python_version = "3" diff --git a/Pipfile.lock b/Pipfile.lock index 3f34113fc5..1011579084 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "65209004aad91c1f9817dcfe9f2f79836b10798294eb6ddf2dbeb7815073b78c" + "sha256": "537bfeedecd372c0905883a18a81968b5fe7697fe76465ad831603e169bebefa" }, "pipfile-spec": 6, "requires": { @@ -53,7 +53,7 @@ "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845", "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f" ], - "markers": "python_version >= '3.6'", + "markers": "python_full_version >= '3.6.0'", "version": "==2.1.1" }, "click": { @@ -116,7 +116,7 @@ "sha256:5f50d5b2b3207fa72e7ec0ef08372ef652685470974a107d0d4999fc5a903a96", "sha256:717ea765dd10b63618e7298b2d98efd819e0b30cd5905c9707223dceeb94b3f1" ], - "markers": "python_version >= '3.7' and python_version < '4'", + "markers": "python_version >= '3.7' and python_version < '4.0'", "version": "==0.3.4" }, "plexapi": { @@ -254,8 +254,11 @@ "version": "==4.64.1" }, "trakt": { - "file": "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.1.zip", - "version": "==3.4.1" + "file": "https://github.com/glensc/python-trakt/archive/refs/tags/3.4.2.zip", + "hashes": [ + "sha256:00e6566d0ef52bbad297f57b9758d64f552e98d7d8de627438b679f9c55c8fa0" + ], + "version": "==3.4.2" }, "url-normalize": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 61d62c081a..ea6ba3d17d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ click==8.1.3 commonmark==0.9.1 deprecated==1.2.13 exceptiongroup==1.0.0rc9; python_version < '3.11' -trakt@https://github.com/glensc/python-trakt/archive/refs/tags/3.4.1.zip#egg=trakt +trakt@https://github.com/glensc/python-trakt/archive/refs/tags/3.4.2.zip#egg=trakt idna==3.4; python_version >= '3.5' inquirerpy==0.3.4 oauthlib==3.2.2; python_version >= '3.6'