diff --git a/Pipfile b/Pipfile index 0c1f4b56727..d385e3221d1 100644 --- a/Pipfile +++ b/Pipfile @@ -36,7 +36,7 @@ tqdm = "==4.66.1" url-normalize = {version="==1.4.3", python_version=">='3.6'"} urllib3 = "==2.0.4" wcwidth = "==0.2.6" -websocket-client = "==1.6.1" +websocket-client = "==1.6.2" wrapt = {version="==1.15.0", python_version=">='3.5'"} [requires] diff --git a/Pipfile.lock b/Pipfile.lock index 20bac5b3083..44f7425b9a6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "28d0d877b259798c9378094eb3002f9d8b1f7b9191c91ce5eee8402a8ba15735" + "sha256": "db4b7f8d89276a0beef8e7ce375867583f1017a9a34f579e1a7054659fd6594b" }, "pipfile-spec": 6, "requires": { @@ -378,11 +378,11 @@ }, "websocket-client": { "hashes": [ - "sha256:c951af98631d24f8df89ab1019fc365f2227c0892f12fd150e935607c79dd0dd", - "sha256:f1f9f2ad5291f0225a49efad77abf9e700b6fef553900623060dad6e26503b9d" + "sha256:53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa", + "sha256:ce54f419dfae71f4bdba69ebe65bf7f0a93fe71bc009ad3a010aacc3eebad537" ], "index": "pypi", - "version": "==1.6.1" + "version": "==1.6.2" }, "wrapt": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 8273defecda..2dd7f976f81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,17 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - -i https://pypi.org/simple attrs==23.1.0 -cattrs==23.1.2; python_version >= '3.7' +cattrs==23.1.2 certifi==2023.7.22 charset-normalizer==3.2.0 click==8.1.6 deprecated==1.2.14 -idna==3.4; python_version >= '3.5' +idna==3.4 inquirerpy==0.3.4 -markdown-it-py==2.2.0; python_version >= '3.7' -mdurl==0.1.2; python_version >= '3.7' +markdown-it-py==2.2.0 +mdurl==0.1.2 oauthlib==3.2.2 -pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' -platformdirs==3.10.0; python_version >= '3.7' +pfzy==0.3.4 +platformdirs==3.10.0 plexapi==4.14.0 prompt-toolkit==3.0.39 pygments==2.16.1 @@ -27,14 +20,14 @@ python-git-info==0.8.3 pytimeparse==1.1.8 pytrakt==3.4.23 pyyaml==6.0.1 -requests-cache==1.0.0b1 -requests-oauthlib==1.3.1; python_version >= '3.4' requests==2.31.0 +requests-cache==1.0.0b1 +requests-oauthlib==1.3.1 rich==13.5.2 -six==1.16.0; python_version >= '3.4' +six==1.16.0 tqdm==4.66.1 -url-normalize==1.4.3; python_version >= '3.6' +url-normalize==1.4.3 urllib3==2.0.4 wcwidth==0.2.6 -websocket-client==1.6.1 -wrapt==1.15.0; python_version >= '3.5' +websocket-client==1.6.2 +wrapt==1.15.0