diff --git a/.envrc b/.envrc index 0ccdac40ce..e7847a9919 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,4 @@ -layout python3 +layout python python3.8 # Pipenv found itself running within a virtual environment, # so it will automatically use that environment, diff --git a/Pipfile b/Pipfile index 348fa0fb47..ef727f05b9 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true [packages] apluggy = "==0.9.4" attrs = "==24.2.0" -cattrs = {version="==24.1.1", python_version=">='3.7'"} +cattrs = {version="==24.1.2", python_version=">='3.7'"} certifi = "==2024.8.30" charset-normalizer = "==3.3.2" click = "==8.1.7" @@ -24,7 +24,7 @@ pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < platformdirs = {version="==4.3.6", python_version=">='3.7'"} plexapi = "==4.15.16" pluggy = "==1.5.0" -prompt-toolkit = "==3.0.47" +prompt-toolkit = "==3.0.48" pygments = "==2.18.0" python-dotenv = "==1.0.1" python-git-info = "==0.8.3" diff --git a/Pipfile.lock b/Pipfile.lock index d0a9bbe672..ec286a26af 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "507e7ca062c5b8a0c4d1da7f85267e5ff02cecb39dc996db439e40add5f8f2db" + "sha256": "fa390278bc2cffe51bae28393e8844d3422bb40a5ef18001863cd21ccddcb0a0" }, "pipfile-spec": 6, "requires": { @@ -35,12 +35,12 @@ }, "cattrs": { "hashes": [ - "sha256:16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08", - "sha256:ec8ce8fdc725de9d07547cd616f968670687c6fa7a2e263b088370c46d834d97" + "sha256:67c7495b760168d931a10233f979b28dc04daf853b30752246f4f8471c6d68d0", + "sha256:8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==24.1.1" + "version": "==24.1.2" }, "certifi": { "hashes": [ @@ -268,12 +268,12 @@ }, "prompt-toolkit": { "hashes": [ - "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10", - "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360" + "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", + "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==3.0.47" + "version": "==3.0.48" }, "pygments": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index f4ac04aa53..735dffc871 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple apluggy==0.9.4 attrs==24.2.0; python_version >= '3.7' -cattrs==24.1.1; python_version >= '3.8' +cattrs==24.1.2; python_version >= '3.8' certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7 @@ -18,7 +18,7 @@ pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' platformdirs==4.3.6; python_version >= '3.8' plexapi==4.15.16; python_version >= '3.8' pluggy==1.5.0 -prompt-toolkit==3.0.47; python_full_version >= '3.7.0' +prompt-toolkit==3.0.48; python_full_version >= '3.7.0' pygments==2.18.0; python_version >= '3.8' python-dotenv==1.0.1 python-git-info==0.8.3