From c000c3bd1702e66eae3de8351a5e69715e0c715c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:12:59 +0000 Subject: [PATCH] Bump apluggy from 0.9.4 to 1.0.0 Bumps [apluggy](https://github.com/simonsobs/apluggy) from 0.9.4 to 1.0.0. - [Release notes](https://github.com/simonsobs/apluggy/releases) - [Commits](https://github.com/simonsobs/apluggy/compare/v0.9.4...v1.0.0) --- updated-dependencies: - dependency-name: apluggy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 11 +++++++---- requirements.txt | 50 ++++++++++++++++++++++++------------------------ 3 files changed, 33 insertions(+), 30 deletions(-) diff --git a/Pipfile b/Pipfile index f37337a88f..a4ec9c9536 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -apluggy = "==0.9.4" +apluggy = "==1.0.0" attrs = "==23.2.0" cattrs = {version="==23.2.3", python_version=">='3.7'"} certifi = "==2024.2.2" diff --git a/Pipfile.lock b/Pipfile.lock index 8982487c91..bd1f2b8351 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2787d734ebdaefc5b4710fb2dd40c56d92f4f0b1873b452c4f5af8fbe4f2e301" + "sha256": "4afb6b59c2ca2e1b4fe3f3721292f090994dd40e1d6cc360f584f1a3cdb1f0ca" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,12 @@ "default": { "apluggy": { "hashes": [ - "sha256:ecfcd7cad1c484281cd528281104c53657297f8ab8e723f26c2f396a407c8d0c", - "sha256:fe66316ce1cdd9d7c406bd39582c267df5d6cf70b701bdbe9523d5efecd45308" + "sha256:224f4bf9c301347cfdddc5180b529945fc3ad1c2a27225c2a56ae95858c70412", + "sha256:4713835c1196bff897a97fb727fdd222e5d7e8135ac6021a3c698604db2ea8ea" ], "index": "pypi", - "version": "==0.9.4" + "markers": "python_version >= '3.10'", + "version": "==1.0.0" }, "attrs": { "hashes": [ @@ -159,6 +160,7 @@ "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" ], "index": "pypi", + "markers": "python_version >= '3.5'", "version": "==5.1.1" }, "deprecated": { @@ -261,6 +263,7 @@ "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==1.5.0" }, "prompt-toolkit": { diff --git a/requirements.txt b/requirements.txt index 1883e52387..cd5238a160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,40 +1,40 @@ -i https://pypi.org/simple -apluggy==0.9.4; python_version >= '3.8' -attrs==23.2.0; python_version >= '3.7' -cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' -certifi==2024.2.2; python_version >= '3.6' -charset-normalizer==3.3.2; python_full_version >= '3.7.0' -click==8.1.7; python_version >= '3.7' +apluggy==1.0.0; python_version >= '3.10' +attrs==23.2.0 +cattrs==23.2.3; python_version >= '3.7' +certifi==2024.2.2 +charset-normalizer==3.3.2 +click==8.1.7 decorator==5.1.1; python_version >= '3.5' -deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +deprecated==1.2.14 exceptiongroup==1.2.1; python_version < '3.11' -humanize==4.9.0; python_version >= '3.8' +humanize==4.9.0 idna==3.7; python_version >= '3.5' -inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0' -markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8' +inquirerpy==0.3.4 +markdown-it-py==3.0.0; python_version >= '3.7' mdurl==0.1.2; python_version >= '3.7' -oauthlib==3.2.2; python_version >= '3.6' +oauthlib==3.2.2 pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0' -platformdirs==4.2.2; python_version >= '3.8' +platformdirs==4.2.2; python_version >= '3.7' plexapi==4.15.13; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' -prompt-toolkit==3.0.43; python_full_version >= '3.7.0' -pygments==2.18.0; python_version >= '3.8' -python-dotenv==1.0.1; python_version >= '3.8' +prompt-toolkit==3.0.43 +pygments==2.18.0 +python-dotenv==1.0.1 python-git-info==0.8.3 pytimeparse==1.1.8 pytrakt==3.4.32 -pyyaml==6.0.1; python_version >= '3.6' +pyyaml==6.0.1 requests==2.32.0; python_version >= '3.8' -requests-cache==1.2.0; python_version >= '3.8' +requests-cache==1.2.0 requests-oauthlib==2.0.0; python_version >= '3.4' -rich==13.7.1; python_full_version >= '3.7.0' -six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' -tqdm==4.66.4; python_version >= '3.7' +rich==13.7.1 +six==1.16.0; python_version >= '3.4' +tqdm==4.66.4 types-decorator==5.1.8.20240310; python_version >= '3.8' -typing-extensions==4.11.0; python_version < '3.9' -url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6' -urllib3==2.2.1; python_version >= '3.8' +typing-extensions==4.11.0; python_version < '3.11' +url-normalize==1.4.3; python_version >= '3.6' +urllib3==2.2.1 wcwidth==0.2.13 -websocket-client==1.8.0; python_version >= '3.8' -wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6' +websocket-client==1.8.0 +wrapt==1.16.0; python_version >= '3.5'