From b73cef7d6a527bc1f227f25cf8fe8df7c3a13597 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:00:27 -0400 Subject: [PATCH 1/9] Corrected requests version on pyproject.toml to not be pinned. --- CHANGELOG.rst | 5 +++ poetry.lock | 104 +++---------------------------------------------- pyproject.toml | 4 +- 3 files changed, 13 insertions(+), 100 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d867dcdb..d275063a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ dcicutils Change Log ---------- +8.14.2 +====== +* Corrected requests version on pyproject.toml to not be pinned. + + 8.14.1 ====== * Minor changes to utility/troubleshooting/convenience scripts view-portal-object and update-portal-object. diff --git a/poetry.lock b/poetry.lock index ad7f922a2..15c734395 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = "*" files = [ @@ -16,7 +15,6 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -28,7 +26,6 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -48,7 +45,6 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "aws-requests-auth" version = "0.4.3" description = "AWS signature version 4 signing process for the python requests module" -category = "main" optional = false python-versions = "*" files = [ @@ -63,7 +59,6 @@ requests = ">=0.14.0" name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -85,7 +80,6 @@ lxml = ["lxml"] name = "boto3" version = "1.34.147" description = "The AWS SDK for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -105,7 +99,6 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "boto3-stubs" version = "1.34.147" description = "Type annotations for boto3 1.34.147 generated with mypy-boto3-builder 7.25.0" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -512,7 +505,6 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] name = "botocore" version = "1.34.147" description = "Low-level, data-driven core of boto 3." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -535,7 +527,6 @@ crt = ["awscrt (==0.20.11)"] name = "botocore-stubs" version = "1.34.147" description = "Type annotations and code completion for botocore" -category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -554,7 +545,6 @@ botocore = ["botocore"] name = "certifi" version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -566,7 +556,6 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -631,7 +620,6 @@ pycparser = "*" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -643,7 +631,6 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -743,7 +730,6 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -755,7 +741,6 @@ files = [ name = "coverage" version = "7.6.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -823,7 +808,6 @@ toml = ["tomli"] name = "cryptography" version = "41.0.7" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -869,7 +853,6 @@ test-randomorder = ["pytest-randomly"] name = "docker" version = "4.4.4" description = "A Python library for the Docker Engine API." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -891,7 +874,6 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "elasticsearch" version = "7.13.4" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -913,7 +895,6 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -925,7 +906,6 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" -category = "main" optional = false python-versions = "*" files = [ @@ -936,7 +916,6 @@ files = [ name = "exceptiongroup" version = "1.2.2" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +930,6 @@ test = ["pytest (>=6)"] name = "flake8" version = "7.1.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -968,7 +946,6 @@ pyflakes = ">=3.2.0,<3.3.0" name = "flaky" version = "3.8.1" description = "Plugin for pytest that automatically reruns flaky tests." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -980,7 +957,6 @@ files = [ name = "gitdb" version = "4.0.11" description = "Git Object Database" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -995,7 +971,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.43" description = "GitPython is a Python library used to interact with Git repositories" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1014,7 +989,6 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1030,7 +1004,6 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1042,7 +1015,6 @@ files = [ name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1061,7 +1033,6 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1073,7 +1044,6 @@ files = [ name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1085,7 +1055,6 @@ files = [ name = "jsonc-parser" version = "1.1.5" description = "A lightweight, native tool for parsing .jsonc files" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1097,7 +1066,6 @@ files = [ name = "jsonschema" version = "4.23.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1121,7 +1089,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1137,7 +1104,6 @@ referencing = ">=0.31.0" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1149,7 +1115,6 @@ files = [ name = "mirakuru" version = "2.5.2" description = "Process executor (not only) for tests." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1164,7 +1129,6 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} name = "openpyxl" version = "3.1.5" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1179,7 +1143,6 @@ et-xmlfile = "*" name = "opensearch-py" version = "2.6.0" description = "Python client for OpenSearch" -category = "main" optional = false python-versions = "<4,>=3.8" files = [ @@ -1208,7 +1171,6 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "24.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1220,7 +1182,6 @@ files = [ name = "pastedeploy" version = "3.1.0" description = "Load, configure, and compose WSGI applications and servers" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1237,7 +1198,6 @@ testing = ["Paste", "pytest", "pytest-cov"] name = "pip-licenses" version = "4.5.1" description = "Dump the software license list of Python packages installed with pip." -category = "dev" optional = false python-versions = "~=3.8" files = [ @@ -1256,7 +1216,6 @@ test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1268,7 +1227,6 @@ files = [ name = "plaster" version = "1.1.2" description = "A loader interface around multiple config file formats." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1284,7 +1242,6 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "1.0.1" description = "A loader implementing the PasteDeploy syntax to be used by plaster." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1303,7 +1260,6 @@ testing = ["pytest", "pytest-cov"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1319,7 +1275,6 @@ testing = ["pytest", "pytest-benchmark"] name = "port-for" version = "0.7.2" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1331,7 +1286,6 @@ files = [ name = "prettytable" version = "3.10.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1349,7 +1303,6 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] name = "psutil" version = "6.0.0" description = "Cross-platform lib for process and system monitoring in Python." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1379,7 +1332,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pycodestyle" version = "2.12.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1391,7 +1343,6 @@ files = [ name = "pycparser" version = "2.22" description = "C parser in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1403,7 +1354,6 @@ files = [ name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1415,7 +1365,6 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1433,7 +1382,6 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.3.0" description = "Python wrapper module around the OpenSSL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1452,7 +1400,6 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyperclip" version = "1.9.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" -category = "main" optional = false python-versions = "*" files = [ @@ -1463,7 +1410,6 @@ files = [ name = "pyramid" version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1490,7 +1436,6 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1513,7 +1458,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "5.0.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1532,7 +1476,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-mock" version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1550,7 +1493,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-redis" version = "3.1.2" description = "Redis fixtures and fixture factories for Pytest." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1568,7 +1510,6 @@ redis = ">=3" name = "pytest-runner" version = "6.0.1" description = "Invoke py.test as distutils command with dependency resolution" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1584,7 +1525,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1599,7 +1539,6 @@ six = ">=1.5" name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1611,7 +1550,6 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -1633,7 +1571,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1694,7 +1631,6 @@ files = [ name = "redis" version = "4.6.0" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1713,7 +1649,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "referencing" version = "0.35.1" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1727,14 +1662,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." -category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1751,7 +1685,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -1766,7 +1699,6 @@ idna2008 = ["idna"] name = "rpds-py" version = "0.19.1" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1879,7 +1811,6 @@ files = [ name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1897,7 +1828,6 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "setuptools" version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1913,7 +1843,6 @@ test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata name = "shortuuid" version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1925,7 +1854,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1937,7 +1865,6 @@ files = [ name = "smmap" version = "5.0.1" description = "A pure Python implementation of a sliding window memory map manager" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1949,7 +1876,6 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1961,7 +1887,6 @@ files = [ name = "structlog" version = "19.2.0" description = "Structured Logging for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1982,7 +1907,6 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1994,7 +1918,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2006,7 +1929,6 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2027,7 +1949,6 @@ telegram = ["requests"] name = "translationstring" version = "1.4" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" -category = "main" optional = false python-versions = "*" files = [ @@ -2042,7 +1963,6 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] name = "types-awscrt" version = "0.21.2" description = "Type annotations and code completion for awscrt" -category = "dev" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -2054,7 +1974,6 @@ files = [ name = "types-s3transfer" version = "0.10.1" description = "Type annotations and code completion for s3transfer" -category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -2066,7 +1985,6 @@ files = [ name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2078,7 +1996,6 @@ files = [ name = "urllib3" version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -2095,7 +2012,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "venusian" version = "3.1.0" description = "A library for deferring decorator actions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2111,7 +2027,6 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "3.0.0" description = "Waitress WSGI server" -category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -2127,7 +2042,6 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.13" description = "Measures the displayed width of unicode strings in a terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -2139,7 +2053,6 @@ files = [ name = "webob" version = "1.8.7" description = "WSGI request and response object" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" files = [ @@ -2155,7 +2068,6 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2172,7 +2084,6 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" -category = "main" optional = false python-versions = "*" files = [ @@ -2194,7 +2105,6 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "zipp" version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2210,7 +2120,6 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "5.0" description = "Zope Deprecation Infrastructure" -category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -2229,7 +2138,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.4.post2" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2282,4 +2190,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "bb78e9c396c24c7df9ab1768d13cd979909c31edcdf796bebbb28bb07a5720a6" +content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" diff --git a/pyproject.toml b/pyproject.toml index bfe446d56..ac659dc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.14.1" +version = "8.14.1.1b1" # TODO: To become 8.14.2 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT" @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "2.31.0" +requests = "^2.31.0" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From d883875bbaa66b98d72787e340dcda8e3e2f3553 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:11:20 -0400 Subject: [PATCH 2/9] Corrected requests version on pyproject.toml to not be pinned. --- poetry.lock | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 15c734395..c4e7cd8d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "main" optional = false python-versions = "*" files = [ @@ -15,6 +16,7 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -26,6 +28,7 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -45,6 +48,7 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "aws-requests-auth" version = "0.4.3" description = "AWS signature version 4 signing process for the python requests module" +category = "main" optional = false python-versions = "*" files = [ @@ -59,6 +63,7 @@ requests = ">=0.14.0" name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" +category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -80,6 +85,7 @@ lxml = ["lxml"] name = "boto3" version = "1.34.147" description = "The AWS SDK for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -99,6 +105,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "boto3-stubs" version = "1.34.147" description = "Type annotations for boto3 1.34.147 generated with mypy-boto3-builder 7.25.0" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -505,6 +512,7 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] name = "botocore" version = "1.34.147" description = "Low-level, data-driven core of boto 3." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -527,6 +535,7 @@ crt = ["awscrt (==0.20.11)"] name = "botocore-stubs" version = "1.34.147" description = "Type annotations and code completion for botocore" +category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -545,6 +554,7 @@ botocore = ["botocore"] name = "certifi" version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -556,6 +566,7 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -620,6 +631,7 @@ pycparser = "*" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -631,6 +643,7 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -730,6 +743,7 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -741,6 +755,7 @@ files = [ name = "coverage" version = "7.6.0" description = "Code coverage measurement for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -808,6 +823,7 @@ toml = ["tomli"] name = "cryptography" version = "41.0.7" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -853,6 +869,7 @@ test-randomorder = ["pytest-randomly"] name = "docker" version = "4.4.4" description = "A Python library for the Docker Engine API." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -874,6 +891,7 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "elasticsearch" version = "7.13.4" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -895,6 +913,7 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -906,6 +925,7 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" +category = "main" optional = false python-versions = "*" files = [ @@ -916,6 +936,7 @@ files = [ name = "exceptiongroup" version = "1.2.2" description = "Backport of PEP 654 (exception groups)" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -930,6 +951,7 @@ test = ["pytest (>=6)"] name = "flake8" version = "7.1.0" description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -946,6 +968,7 @@ pyflakes = ">=3.2.0,<3.3.0" name = "flaky" version = "3.8.1" description = "Plugin for pytest that automatically reruns flaky tests." +category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -957,6 +980,7 @@ files = [ name = "gitdb" version = "4.0.11" description = "Git Object Database" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -971,6 +995,7 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.43" description = "GitPython is a Python library used to interact with Git repositories" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -989,6 +1014,7 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1004,6 +1030,7 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1015,6 +1042,7 @@ files = [ name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1033,6 +1061,7 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1044,6 +1073,7 @@ files = [ name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1055,6 +1085,7 @@ files = [ name = "jsonc-parser" version = "1.1.5" description = "A lightweight, native tool for parsing .jsonc files" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1066,6 +1097,7 @@ files = [ name = "jsonschema" version = "4.23.0" description = "An implementation of JSON Schema validation for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1089,6 +1121,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1104,6 +1137,7 @@ referencing = ">=0.31.0" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1115,6 +1149,7 @@ files = [ name = "mirakuru" version = "2.5.2" description = "Process executor (not only) for tests." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1129,6 +1164,7 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} name = "openpyxl" version = "3.1.5" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1143,6 +1179,7 @@ et-xmlfile = "*" name = "opensearch-py" version = "2.6.0" description = "Python client for OpenSearch" +category = "main" optional = false python-versions = "<4,>=3.8" files = [ @@ -1171,6 +1208,7 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "24.1" description = "Core utilities for Python packages" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1182,6 +1220,7 @@ files = [ name = "pastedeploy" version = "3.1.0" description = "Load, configure, and compose WSGI applications and servers" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1198,6 +1237,7 @@ testing = ["Paste", "pytest", "pytest-cov"] name = "pip-licenses" version = "4.5.1" description = "Dump the software license list of Python packages installed with pip." +category = "dev" optional = false python-versions = "~=3.8" files = [ @@ -1216,6 +1256,7 @@ test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1227,6 +1268,7 @@ files = [ name = "plaster" version = "1.1.2" description = "A loader interface around multiple config file formats." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1242,6 +1284,7 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "1.0.1" description = "A loader implementing the PasteDeploy syntax to be used by plaster." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1260,6 +1303,7 @@ testing = ["pytest", "pytest-cov"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1275,6 +1319,7 @@ testing = ["pytest", "pytest-benchmark"] name = "port-for" version = "0.7.2" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1286,6 +1331,7 @@ files = [ name = "prettytable" version = "3.10.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1303,6 +1349,7 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] name = "psutil" version = "6.0.0" description = "Cross-platform lib for process and system monitoring in Python." +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1332,6 +1379,7 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pycodestyle" version = "2.12.0" description = "Python style guide checker" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1343,6 +1391,7 @@ files = [ name = "pycparser" version = "2.22" description = "C parser in Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1354,6 +1403,7 @@ files = [ name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1365,6 +1415,7 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1382,6 +1433,7 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.3.0" description = "Python wrapper module around the OpenSSL library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1400,6 +1452,7 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyperclip" version = "1.9.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" +category = "main" optional = false python-versions = "*" files = [ @@ -1410,6 +1463,7 @@ files = [ name = "pyramid" version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1436,6 +1490,7 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1458,6 +1513,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "5.0.0" description = "Pytest plugin for measuring coverage." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1476,6 +1532,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-mock" version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1493,6 +1550,7 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-redis" version = "3.1.2" description = "Redis fixtures and fixture factories for Pytest." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1510,6 +1568,7 @@ redis = ">=3" name = "pytest-runner" version = "6.0.1" description = "Invoke py.test as distutils command with dependency resolution" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1525,6 +1584,7 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1539,6 +1599,7 @@ six = ">=1.5" name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -1550,6 +1611,7 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" +category = "main" optional = false python-versions = "*" files = [ @@ -1571,6 +1633,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1631,6 +1694,7 @@ files = [ name = "redis" version = "4.6.0" description = "Python client for Redis database and key-value store" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1649,6 +1713,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "referencing" version = "0.35.1" description = "JSON Referencing + Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1664,6 +1729,7 @@ rpds-py = ">=0.7.0" name = "requests" version = "2.32.3" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1685,6 +1751,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" +category = "main" optional = false python-versions = "*" files = [ @@ -1699,6 +1766,7 @@ idna2008 = ["idna"] name = "rpds-py" version = "0.19.1" description = "Python bindings to Rust's persistent data structures (rpds)" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1811,6 +1879,7 @@ files = [ name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1828,6 +1897,7 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "setuptools" version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1843,6 +1913,7 @@ test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata name = "shortuuid" version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1854,6 +1925,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1865,6 +1937,7 @@ files = [ name = "smmap" version = "5.0.1" description = "A pure Python implementation of a sliding window memory map manager" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1876,6 +1949,7 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1887,6 +1961,7 @@ files = [ name = "structlog" version = "19.2.0" description = "Structured Logging for Python" +category = "main" optional = false python-versions = "*" files = [ @@ -1907,6 +1982,7 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1918,6 +1994,7 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1929,6 +2006,7 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1949,6 +2027,7 @@ telegram = ["requests"] name = "translationstring" version = "1.4" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" +category = "main" optional = false python-versions = "*" files = [ @@ -1963,6 +2042,7 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] name = "types-awscrt" version = "0.21.2" description = "Type annotations and code completion for awscrt" +category = "dev" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -1974,6 +2054,7 @@ files = [ name = "types-s3transfer" version = "0.10.1" description = "Type annotations and code completion for s3transfer" +category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -1985,6 +2066,7 @@ files = [ name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1996,6 +2078,7 @@ files = [ name = "urllib3" version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -2012,6 +2095,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "venusian" version = "3.1.0" description = "A library for deferring decorator actions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2027,6 +2111,7 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "3.0.0" description = "Waitress WSGI server" +category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -2042,6 +2127,7 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.13" description = "Measures the displayed width of unicode strings in a terminal" +category = "dev" optional = false python-versions = "*" files = [ @@ -2053,6 +2139,7 @@ files = [ name = "webob" version = "1.8.7" description = "WSGI request and response object" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" files = [ @@ -2068,6 +2155,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2084,6 +2172,7 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" +category = "main" optional = false python-versions = "*" files = [ @@ -2105,6 +2194,7 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "zipp" version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2120,6 +2210,7 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "5.0" description = "Zope Deprecation Infrastructure" +category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -2138,6 +2229,7 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.4.post2" description = "Interfaces for Python" +category = "main" optional = false python-versions = ">=3.7" files = [ From 406717a939f101a694ac3e27368a48a18e9353f2 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:13:09 -0400 Subject: [PATCH 3/9] Corrected requests version on pyproject.toml to not be pinned. --- poetry.lock | 96 ++------------------------------------------------ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 95 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4e7cd8d8..5aa07d983 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = "*" files = [ @@ -16,7 +15,6 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -28,7 +26,6 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -48,7 +45,6 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "aws-requests-auth" version = "0.4.3" description = "AWS signature version 4 signing process for the python requests module" -category = "main" optional = false python-versions = "*" files = [ @@ -63,7 +59,6 @@ requests = ">=0.14.0" name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -85,7 +80,6 @@ lxml = ["lxml"] name = "boto3" version = "1.34.147" description = "The AWS SDK for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -105,7 +99,6 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "boto3-stubs" version = "1.34.147" description = "Type annotations for boto3 1.34.147 generated with mypy-boto3-builder 7.25.0" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -512,7 +505,6 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] name = "botocore" version = "1.34.147" description = "Low-level, data-driven core of boto 3." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -535,7 +527,6 @@ crt = ["awscrt (==0.20.11)"] name = "botocore-stubs" version = "1.34.147" description = "Type annotations and code completion for botocore" -category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -554,7 +545,6 @@ botocore = ["botocore"] name = "certifi" version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -566,7 +556,6 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -631,7 +620,6 @@ pycparser = "*" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -643,7 +631,6 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -743,7 +730,6 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -755,7 +741,6 @@ files = [ name = "coverage" version = "7.6.0" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -823,7 +808,6 @@ toml = ["tomli"] name = "cryptography" version = "41.0.7" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -869,7 +853,6 @@ test-randomorder = ["pytest-randomly"] name = "docker" version = "4.4.4" description = "A Python library for the Docker Engine API." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -891,7 +874,6 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "elasticsearch" version = "7.13.4" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -913,7 +895,6 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -925,7 +906,6 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" -category = "main" optional = false python-versions = "*" files = [ @@ -936,7 +916,6 @@ files = [ name = "exceptiongroup" version = "1.2.2" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -951,7 +930,6 @@ test = ["pytest (>=6)"] name = "flake8" version = "7.1.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -968,7 +946,6 @@ pyflakes = ">=3.2.0,<3.3.0" name = "flaky" version = "3.8.1" description = "Plugin for pytest that automatically reruns flaky tests." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -980,7 +957,6 @@ files = [ name = "gitdb" version = "4.0.11" description = "Git Object Database" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -995,7 +971,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.43" description = "GitPython is a Python library used to interact with Git repositories" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1014,7 +989,6 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1030,7 +1004,6 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1042,7 +1015,6 @@ files = [ name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1061,7 +1033,6 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1073,7 +1044,6 @@ files = [ name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1085,7 +1055,6 @@ files = [ name = "jsonc-parser" version = "1.1.5" description = "A lightweight, native tool for parsing .jsonc files" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1097,7 +1066,6 @@ files = [ name = "jsonschema" version = "4.23.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1121,7 +1089,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1137,7 +1104,6 @@ referencing = ">=0.31.0" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1149,7 +1115,6 @@ files = [ name = "mirakuru" version = "2.5.2" description = "Process executor (not only) for tests." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1164,7 +1129,6 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} name = "openpyxl" version = "3.1.5" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1179,7 +1143,6 @@ et-xmlfile = "*" name = "opensearch-py" version = "2.6.0" description = "Python client for OpenSearch" -category = "main" optional = false python-versions = "<4,>=3.8" files = [ @@ -1208,7 +1171,6 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "24.1" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1220,7 +1182,6 @@ files = [ name = "pastedeploy" version = "3.1.0" description = "Load, configure, and compose WSGI applications and servers" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1237,7 +1198,6 @@ testing = ["Paste", "pytest", "pytest-cov"] name = "pip-licenses" version = "4.5.1" description = "Dump the software license list of Python packages installed with pip." -category = "dev" optional = false python-versions = "~=3.8" files = [ @@ -1256,7 +1216,6 @@ test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1268,7 +1227,6 @@ files = [ name = "plaster" version = "1.1.2" description = "A loader interface around multiple config file formats." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1284,7 +1242,6 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "1.0.1" description = "A loader implementing the PasteDeploy syntax to be used by plaster." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1303,7 +1260,6 @@ testing = ["pytest", "pytest-cov"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1319,7 +1275,6 @@ testing = ["pytest", "pytest-benchmark"] name = "port-for" version = "0.7.2" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1331,7 +1286,6 @@ files = [ name = "prettytable" version = "3.10.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1349,7 +1303,6 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] name = "psutil" version = "6.0.0" description = "Cross-platform lib for process and system monitoring in Python." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1379,7 +1332,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pycodestyle" version = "2.12.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1391,7 +1343,6 @@ files = [ name = "pycparser" version = "2.22" description = "C parser in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1403,7 +1354,6 @@ files = [ name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1415,7 +1365,6 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1433,7 +1382,6 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.3.0" description = "Python wrapper module around the OpenSSL library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1452,7 +1400,6 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyperclip" version = "1.9.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" -category = "main" optional = false python-versions = "*" files = [ @@ -1463,7 +1410,6 @@ files = [ name = "pyramid" version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1490,7 +1436,6 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1513,7 +1458,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "5.0.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1532,7 +1476,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-mock" version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1550,7 +1493,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-redis" version = "3.1.2" description = "Redis fixtures and fixture factories for Pytest." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1568,7 +1510,6 @@ redis = ">=3" name = "pytest-runner" version = "6.0.1" description = "Invoke py.test as distutils command with dependency resolution" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1584,7 +1525,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1599,7 +1539,6 @@ six = ">=1.5" name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1611,7 +1550,6 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -1633,7 +1571,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1694,7 +1631,6 @@ files = [ name = "redis" version = "4.6.0" description = "Python client for Redis database and key-value store" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1713,7 +1649,6 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "referencing" version = "0.35.1" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1729,7 +1664,6 @@ rpds-py = ">=0.7.0" name = "requests" version = "2.32.3" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1751,7 +1685,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -1766,7 +1699,6 @@ idna2008 = ["idna"] name = "rpds-py" version = "0.19.1" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1879,7 +1811,6 @@ files = [ name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1897,7 +1828,6 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "setuptools" version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1913,7 +1843,6 @@ test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata name = "shortuuid" version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1925,7 +1854,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1937,7 +1865,6 @@ files = [ name = "smmap" version = "5.0.1" description = "A pure Python implementation of a sliding window memory map manager" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1949,7 +1876,6 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1961,7 +1887,6 @@ files = [ name = "structlog" version = "19.2.0" description = "Structured Logging for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1982,7 +1907,6 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1994,7 +1918,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2006,7 +1929,6 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2027,7 +1949,6 @@ telegram = ["requests"] name = "translationstring" version = "1.4" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" -category = "main" optional = false python-versions = "*" files = [ @@ -2042,7 +1963,6 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] name = "types-awscrt" version = "0.21.2" description = "Type annotations and code completion for awscrt" -category = "dev" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -2054,7 +1974,6 @@ files = [ name = "types-s3transfer" version = "0.10.1" description = "Type annotations and code completion for s3transfer" -category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -2066,7 +1985,6 @@ files = [ name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2078,7 +1996,6 @@ files = [ name = "urllib3" version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -2095,7 +2012,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "venusian" version = "3.1.0" description = "A library for deferring decorator actions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2111,7 +2027,6 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "3.0.0" description = "Waitress WSGI server" -category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -2127,7 +2042,6 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.13" description = "Measures the displayed width of unicode strings in a terminal" -category = "dev" optional = false python-versions = "*" files = [ @@ -2139,7 +2053,6 @@ files = [ name = "webob" version = "1.8.7" description = "WSGI request and response object" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" files = [ @@ -2155,7 +2068,6 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2172,7 +2084,6 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" -category = "main" optional = false python-versions = "*" files = [ @@ -2194,7 +2105,6 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "zipp" version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2210,7 +2120,6 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "5.0" description = "Zope Deprecation Infrastructure" -category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -2229,7 +2138,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.4.post2" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2282,4 +2190,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" +content-hash = "1aa540946e8594bc173e09873a424937b0d263273210710b4f2b5488b2d2c4f4" diff --git a/pyproject.toml b/pyproject.toml index ac659dc8e..a5eeb1df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "^2.31.0" +requests = "^2.21.0" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From 663aa46d6c2b1483d7623d0b5fc518f5ce5b4426 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:16:13 -0400 Subject: [PATCH 4/9] Corrected requests version on pyproject.toml to not be pinned. --- poetry.lock | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 95 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5aa07d983..c4e7cd8d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "main" optional = false python-versions = "*" files = [ @@ -15,6 +16,7 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -26,6 +28,7 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -45,6 +48,7 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "aws-requests-auth" version = "0.4.3" description = "AWS signature version 4 signing process for the python requests module" +category = "main" optional = false python-versions = "*" files = [ @@ -59,6 +63,7 @@ requests = ">=0.14.0" name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" +category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -80,6 +85,7 @@ lxml = ["lxml"] name = "boto3" version = "1.34.147" description = "The AWS SDK for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -99,6 +105,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "boto3-stubs" version = "1.34.147" description = "Type annotations for boto3 1.34.147 generated with mypy-boto3-builder 7.25.0" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -505,6 +512,7 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] name = "botocore" version = "1.34.147" description = "Low-level, data-driven core of boto 3." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -527,6 +535,7 @@ crt = ["awscrt (==0.20.11)"] name = "botocore-stubs" version = "1.34.147" description = "Type annotations and code completion for botocore" +category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -545,6 +554,7 @@ botocore = ["botocore"] name = "certifi" version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -556,6 +566,7 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -620,6 +631,7 @@ pycparser = "*" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -631,6 +643,7 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -730,6 +743,7 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -741,6 +755,7 @@ files = [ name = "coverage" version = "7.6.0" description = "Code coverage measurement for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -808,6 +823,7 @@ toml = ["tomli"] name = "cryptography" version = "41.0.7" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -853,6 +869,7 @@ test-randomorder = ["pytest-randomly"] name = "docker" version = "4.4.4" description = "A Python library for the Docker Engine API." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -874,6 +891,7 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "elasticsearch" version = "7.13.4" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -895,6 +913,7 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -906,6 +925,7 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" +category = "main" optional = false python-versions = "*" files = [ @@ -916,6 +936,7 @@ files = [ name = "exceptiongroup" version = "1.2.2" description = "Backport of PEP 654 (exception groups)" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -930,6 +951,7 @@ test = ["pytest (>=6)"] name = "flake8" version = "7.1.0" description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -946,6 +968,7 @@ pyflakes = ">=3.2.0,<3.3.0" name = "flaky" version = "3.8.1" description = "Plugin for pytest that automatically reruns flaky tests." +category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -957,6 +980,7 @@ files = [ name = "gitdb" version = "4.0.11" description = "Git Object Database" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -971,6 +995,7 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.43" description = "GitPython is a Python library used to interact with Git repositories" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -989,6 +1014,7 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1004,6 +1030,7 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1015,6 +1042,7 @@ files = [ name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1033,6 +1061,7 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1044,6 +1073,7 @@ files = [ name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1055,6 +1085,7 @@ files = [ name = "jsonc-parser" version = "1.1.5" description = "A lightweight, native tool for parsing .jsonc files" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1066,6 +1097,7 @@ files = [ name = "jsonschema" version = "4.23.0" description = "An implementation of JSON Schema validation for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1089,6 +1121,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1104,6 +1137,7 @@ referencing = ">=0.31.0" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1115,6 +1149,7 @@ files = [ name = "mirakuru" version = "2.5.2" description = "Process executor (not only) for tests." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1129,6 +1164,7 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} name = "openpyxl" version = "3.1.5" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1143,6 +1179,7 @@ et-xmlfile = "*" name = "opensearch-py" version = "2.6.0" description = "Python client for OpenSearch" +category = "main" optional = false python-versions = "<4,>=3.8" files = [ @@ -1171,6 +1208,7 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "24.1" description = "Core utilities for Python packages" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1182,6 +1220,7 @@ files = [ name = "pastedeploy" version = "3.1.0" description = "Load, configure, and compose WSGI applications and servers" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1198,6 +1237,7 @@ testing = ["Paste", "pytest", "pytest-cov"] name = "pip-licenses" version = "4.5.1" description = "Dump the software license list of Python packages installed with pip." +category = "dev" optional = false python-versions = "~=3.8" files = [ @@ -1216,6 +1256,7 @@ test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1227,6 +1268,7 @@ files = [ name = "plaster" version = "1.1.2" description = "A loader interface around multiple config file formats." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1242,6 +1284,7 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "1.0.1" description = "A loader implementing the PasteDeploy syntax to be used by plaster." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1260,6 +1303,7 @@ testing = ["pytest", "pytest-cov"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1275,6 +1319,7 @@ testing = ["pytest", "pytest-benchmark"] name = "port-for" version = "0.7.2" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1286,6 +1331,7 @@ files = [ name = "prettytable" version = "3.10.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1303,6 +1349,7 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] name = "psutil" version = "6.0.0" description = "Cross-platform lib for process and system monitoring in Python." +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1332,6 +1379,7 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pycodestyle" version = "2.12.0" description = "Python style guide checker" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1343,6 +1391,7 @@ files = [ name = "pycparser" version = "2.22" description = "C parser in Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1354,6 +1403,7 @@ files = [ name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1365,6 +1415,7 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1382,6 +1433,7 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.3.0" description = "Python wrapper module around the OpenSSL library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1400,6 +1452,7 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyperclip" version = "1.9.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" +category = "main" optional = false python-versions = "*" files = [ @@ -1410,6 +1463,7 @@ files = [ name = "pyramid" version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1436,6 +1490,7 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1458,6 +1513,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "5.0.0" description = "Pytest plugin for measuring coverage." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1476,6 +1532,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-mock" version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1493,6 +1550,7 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-redis" version = "3.1.2" description = "Redis fixtures and fixture factories for Pytest." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1510,6 +1568,7 @@ redis = ">=3" name = "pytest-runner" version = "6.0.1" description = "Invoke py.test as distutils command with dependency resolution" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1525,6 +1584,7 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1539,6 +1599,7 @@ six = ">=1.5" name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -1550,6 +1611,7 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" +category = "main" optional = false python-versions = "*" files = [ @@ -1571,6 +1633,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1631,6 +1694,7 @@ files = [ name = "redis" version = "4.6.0" description = "Python client for Redis database and key-value store" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1649,6 +1713,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "referencing" version = "0.35.1" description = "JSON Referencing + Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1664,6 +1729,7 @@ rpds-py = ">=0.7.0" name = "requests" version = "2.32.3" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1685,6 +1751,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" +category = "main" optional = false python-versions = "*" files = [ @@ -1699,6 +1766,7 @@ idna2008 = ["idna"] name = "rpds-py" version = "0.19.1" description = "Python bindings to Rust's persistent data structures (rpds)" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1811,6 +1879,7 @@ files = [ name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1828,6 +1897,7 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "setuptools" version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1843,6 +1913,7 @@ test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata name = "shortuuid" version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1854,6 +1925,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1865,6 +1937,7 @@ files = [ name = "smmap" version = "5.0.1" description = "A pure Python implementation of a sliding window memory map manager" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1876,6 +1949,7 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1887,6 +1961,7 @@ files = [ name = "structlog" version = "19.2.0" description = "Structured Logging for Python" +category = "main" optional = false python-versions = "*" files = [ @@ -1907,6 +1982,7 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1918,6 +1994,7 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1929,6 +2006,7 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1949,6 +2027,7 @@ telegram = ["requests"] name = "translationstring" version = "1.4" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" +category = "main" optional = false python-versions = "*" files = [ @@ -1963,6 +2042,7 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] name = "types-awscrt" version = "0.21.2" description = "Type annotations and code completion for awscrt" +category = "dev" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -1974,6 +2054,7 @@ files = [ name = "types-s3transfer" version = "0.10.1" description = "Type annotations and code completion for s3transfer" +category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -1985,6 +2066,7 @@ files = [ name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1996,6 +2078,7 @@ files = [ name = "urllib3" version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -2012,6 +2095,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "venusian" version = "3.1.0" description = "A library for deferring decorator actions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2027,6 +2111,7 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "3.0.0" description = "Waitress WSGI server" +category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -2042,6 +2127,7 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.13" description = "Measures the displayed width of unicode strings in a terminal" +category = "dev" optional = false python-versions = "*" files = [ @@ -2053,6 +2139,7 @@ files = [ name = "webob" version = "1.8.7" description = "WSGI request and response object" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" files = [ @@ -2068,6 +2155,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2084,6 +2172,7 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" +category = "main" optional = false python-versions = "*" files = [ @@ -2105,6 +2194,7 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "zipp" version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2120,6 +2210,7 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "5.0" description = "Zope Deprecation Infrastructure" +category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -2138,6 +2229,7 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.4.post2" description = "Interfaces for Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2190,4 +2282,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "1aa540946e8594bc173e09873a424937b0d263273210710b4f2b5488b2d2c4f4" +content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" diff --git a/pyproject.toml b/pyproject.toml index a5eeb1df9..ac659dc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "^2.21.0" +requests = "^2.31.0" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From dad63a6dd0a900a362c779c46be5e99848eeb912 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:24:54 -0400 Subject: [PATCH 5/9] Corrected requests version on pyproject.toml to not be pinned. --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4e7cd8d8..ad7f922a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1727,14 +1727,14 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.3" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -2282,4 +2282,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" +content-hash = "bb78e9c396c24c7df9ab1768d13cd979909c31edcdf796bebbb28bb07a5720a6" diff --git a/pyproject.toml b/pyproject.toml index ac659dc8e..e7323b373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "^2.31.0" +requests = "2.31.0" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From ad493045f5aaba4fd069574a3f21a5a28435d919 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 15:28:48 -0400 Subject: [PATCH 6/9] Corrected requests version on pyproject.toml to not be pinned. --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad7f922a2..c4e7cd8d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1727,14 +1727,14 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2282,4 +2282,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "bb78e9c396c24c7df9ab1768d13cd979909c31edcdf796bebbb28bb07a5720a6" +content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" diff --git a/pyproject.toml b/pyproject.toml index e7323b373..ac659dc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "2.31.0" +requests = "^2.31.0" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From 7ae54a5e988fcca1d904efee54f40eac144bfddf Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 16:00:25 -0400 Subject: [PATCH 7/9] Corrected requests version on pyproject.toml to not be pinned. --- CHANGELOG.rst | 5 +++- poetry.lock | 68 ++++++++++++++++++++------------------------------ pyproject.toml | 6 ++--- 3 files changed, 34 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d275063a2..79aa85a57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,10 @@ Change Log 8.14.2 ====== -* Corrected requests version on pyproject.toml to not be pinned. +* Corrected requests version on pyproject.toml to not be pinned (^2.27.0); but doing that (which causes the requests + package to be 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow: + docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker + But upgrading the docker package (from ^4.4.4) version to ^7.1.0 fixes that. 8.14.1 diff --git a/poetry.lock b/poetry.lock index c4e7cd8d8..228241951 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,25 +867,26 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "docker" -version = "4.4.4" +version = "7.1.0" description = "A Python library for the Docker Engine API." category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.8" files = [ - {file = "docker-4.4.4-py2.py3-none-any.whl", hash = "sha256:f3607d5695be025fa405a12aca2e5df702a57db63790c73b927eb6a94aac60af"}, - {file = "docker-4.4.4.tar.gz", hash = "sha256:d3393c878f575d3a9ca3b94471a3c89a6d960b35feb92f033c0de36cc9d934db"}, + {file = "docker-7.1.0-py3-none-any.whl", hash = "sha256:c96b93b7f0a746f9e77d325bcfb87422a3d8bd4f03136ae8a85b37f1898d5fc0"}, + {file = "docker-7.1.0.tar.gz", hash = "sha256:ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c"}, ] [package.dependencies] -pywin32 = {version = "227", markers = "sys_platform == \"win32\""} -requests = ">=2.14.2,<2.18.0 || >2.18.0" -six = ">=1.4.0" -websocket-client = ">=0.32.0" +pywin32 = {version = ">=304", markers = "sys_platform == \"win32\""} +requests = ">=2.26.0" +urllib3 = ">=1.26.0" [package.extras] -ssh = ["paramiko (>=2.4.2)"] -tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] +dev = ["coverage (==7.2.7)", "pytest (==7.4.2)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.1.0)", "ruff (==0.1.8)"] +docs = ["myst-parser (==0.18.0)", "sphinx (==5.1.1)"] +ssh = ["paramiko (>=2.4.3)"] +websockets = ["websocket-client (>=1.3.0)"] [[package]] name = "elasticsearch" @@ -1609,24 +1610,26 @@ files = [ [[package]] name = "pywin32" -version = "227" +version = "306" description = "Python for Window Extensions" category = "main" optional = false python-versions = "*" files = [ - {file = "pywin32-227-cp27-cp27m-win32.whl", hash = "sha256:371fcc39416d736401f0274dd64c2302728c9e034808e37381b5e1b22be4a6b0"}, - {file = "pywin32-227-cp27-cp27m-win_amd64.whl", hash = "sha256:4cdad3e84191194ea6d0dd1b1b9bdda574ff563177d2adf2b4efec2a244fa116"}, - {file = "pywin32-227-cp35-cp35m-win32.whl", hash = "sha256:f4c5be1a293bae0076d93c88f37ee8da68136744588bc5e2be2f299a34ceb7aa"}, - {file = "pywin32-227-cp35-cp35m-win_amd64.whl", hash = "sha256:a929a4af626e530383a579431b70e512e736e9588106715215bf685a3ea508d4"}, - {file = "pywin32-227-cp36-cp36m-win32.whl", hash = "sha256:300a2db938e98c3e7e2093e4491439e62287d0d493fe07cce110db070b54c0be"}, - {file = "pywin32-227-cp36-cp36m-win_amd64.whl", hash = "sha256:9b31e009564fb95db160f154e2aa195ed66bcc4c058ed72850d047141b36f3a2"}, - {file = "pywin32-227-cp37-cp37m-win32.whl", hash = "sha256:47a3c7551376a865dd8d095a98deba954a98f326c6fe3c72d8726ca6e6b15507"}, - {file = "pywin32-227-cp37-cp37m-win_amd64.whl", hash = "sha256:31f88a89139cb2adc40f8f0e65ee56a8c585f629974f9e07622ba80199057511"}, - {file = "pywin32-227-cp38-cp38-win32.whl", hash = "sha256:7f18199fbf29ca99dff10e1f09451582ae9e372a892ff03a28528a24d55875bc"}, - {file = "pywin32-227-cp38-cp38-win_amd64.whl", hash = "sha256:7c1ae32c489dc012930787f06244426f8356e129184a02c25aef163917ce158e"}, - {file = "pywin32-227-cp39-cp39-win32.whl", hash = "sha256:c054c52ba46e7eb6b7d7dfae4dbd987a1bb48ee86debe3f245a2884ece46e295"}, - {file = "pywin32-227-cp39-cp39-win_amd64.whl", hash = "sha256:f27cec5e7f588c3d1051651830ecc00294f90728d19c3bf6916e6dba93ea357c"}, + {file = "pywin32-306-cp310-cp310-win32.whl", hash = "sha256:06d3420a5155ba65f0b72f2699b5bacf3109f36acbe8923765c22938a69dfc8d"}, + {file = "pywin32-306-cp310-cp310-win_amd64.whl", hash = "sha256:84f4471dbca1887ea3803d8848a1616429ac94a4a8d05f4bc9c5dcfd42ca99c8"}, + {file = "pywin32-306-cp311-cp311-win32.whl", hash = "sha256:e65028133d15b64d2ed8f06dd9fbc268352478d4f9289e69c190ecd6818b6407"}, + {file = "pywin32-306-cp311-cp311-win_amd64.whl", hash = "sha256:a7639f51c184c0272e93f244eb24dafca9b1855707d94c192d4a0b4c01e1100e"}, + {file = "pywin32-306-cp311-cp311-win_arm64.whl", hash = "sha256:70dba0c913d19f942a2db25217d9a1b726c278f483a919f1abfed79c9cf64d3a"}, + {file = "pywin32-306-cp312-cp312-win32.whl", hash = "sha256:383229d515657f4e3ed1343da8be101000562bf514591ff383ae940cad65458b"}, + {file = "pywin32-306-cp312-cp312-win_amd64.whl", hash = "sha256:37257794c1ad39ee9be652da0462dc2e394c8159dfd913a8a4e8eb6fd346da0e"}, + {file = "pywin32-306-cp312-cp312-win_arm64.whl", hash = "sha256:5821ec52f6d321aa59e2db7e0a35b997de60c201943557d108af9d4ae1ec7040"}, + {file = "pywin32-306-cp37-cp37m-win32.whl", hash = "sha256:1c73ea9a0d2283d889001998059f5eaaba3b6238f767c9cf2833b13e6a685f65"}, + {file = "pywin32-306-cp37-cp37m-win_amd64.whl", hash = "sha256:72c5f621542d7bdd4fdb716227be0dd3f8565c11b280be6315b06ace35487d36"}, + {file = "pywin32-306-cp38-cp38-win32.whl", hash = "sha256:e4c092e2589b5cf0d365849e73e02c391c1349958c5ac3e9d5ccb9a28e017b3a"}, + {file = "pywin32-306-cp38-cp38-win_amd64.whl", hash = "sha256:e8ac1ae3601bee6ca9f7cb4b5363bf1c0badb935ef243c4733ff9a393b1690c0"}, + {file = "pywin32-306-cp39-cp39-win32.whl", hash = "sha256:e25fd5b485b55ac9c057f67d94bc203f3f6595078d1fb3b458c9c28b7153a802"}, + {file = "pywin32-306-cp39-cp39-win_amd64.whl", hash = "sha256:39b61c15272833b5c329a2989999dcae836b1eed650252ab1b7bfbe1d59f30f4"}, ] [[package]] @@ -2151,23 +2154,6 @@ files = [ docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"] testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] -[[package]] -name = "websocket-client" -version = "1.8.0" -description = "WebSocket client for Python with low level API options" -category = "main" -optional = false -python-versions = ">=3.8" -files = [ - {file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"}, - {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"}, -] - -[package.extras] -docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx-rtd-theme (>=1.1.0)"] -optional = ["python-socks", "wsaccel"] -test = ["websockets"] - [[package]] name = "webtest" version = "2.0.35" @@ -2282,4 +2268,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "0206d50bf0226fa1c63dc0ce2e9e91607d34afb3ee7880757d8cdd185002aa19" +content-hash = "19cd769273d0e1341fb56b0c5a94c9ece999c75ac9674135355017d35af3cfc6" diff --git a/pyproject.toml b/pyproject.toml index ac659dc8e..b56bfb28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.14.1.1b1" # TODO: To become 8.14.2 +version = "8.14.1.1b2" # TODO: To become 8.14.2 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT" @@ -47,7 +47,7 @@ elasticsearch = "7.13.4" appdirs = "^1.4.4" aws-requests-auth = ">=0.4.2,<1" chardet = "^5.2.0" -docker = "^4.4.4" +docker = "^7.1.0" gitpython = "^3.1.2" jsonc-parser = "^1.1.5" jsonschema = "^4.22.0" @@ -63,7 +63,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0.1" # N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) # to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. -requests = "^2.31.0" +requests = "^2.27.1" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" structlog = "^19.2.0" From 5a66f791941c0a3eaafd528f0dcafd4ddb228362 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 16:19:05 -0400 Subject: [PATCH 8/9] comments --- CHANGELOG.rst | 4 ++-- pyproject.toml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 79aa85a57..f867ea7b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,8 +8,8 @@ Change Log 8.14.2 ====== -* Corrected requests version on pyproject.toml to not be pinned (^2.27.0); but doing that (which causes the requests - package to be 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow: +* Corrected requests version (to ^2.27.0 from 2.31.0) on pyproject.toml to not be pinned; but doing + so (which resolves to 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow: docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker But upgrading the docker package (from ^4.4.4) version to ^7.1.0 fixes that. diff --git a/pyproject.toml b/pyproject.toml index b56bfb28f..d3791ef12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,8 +61,6 @@ pytz = ">=2020.4" redis = "^4.5.1" pyperclip = "^1.8.2" PyYAML = "^6.0.1" -# N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22) -# to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason. requests = "^2.27.1" rfc3986 = "^1.4.0" shortuuid = "^1.0.13" From 04d26d4d180a56d154df17f3320fd827cd56a882 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Tue, 20 Aug 2024 16:20:58 -0400 Subject: [PATCH 9/9] version to 8.14.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3791ef12..630a224fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.14.1.1b2" # TODO: To become 8.14.2 +version = "8.14.2" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"