From a24b8f732a376e2f20410f1a7f0f84ef76fce1d4 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 1 Jul 2024 11:55:27 -0400 Subject: [PATCH] Support for Python 3.12 --- poetry.lock | 206 +++---------------------------------------------- pyproject.toml | 6 +- 2 files changed, 14 insertions(+), 198 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4766fade80..5a963819c0 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 = "apipkg" version = "3.0.2" description = "apipkg: namespace control and lazy-import mechanism" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -16,7 +15,6 @@ files = [ 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 = [ @@ -28,7 +26,6 @@ files = [ name = "arrow" version = "1.3.0" description = "Better dates & times for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -42,13 +39,12 @@ types-python-dateutil = ">=2.8.10" [package.extras] doc = ["doc8", "sphinx (>=7.0.0)", "sphinx-autobuild", "sphinx-autodoc-typehints", "sphinx_rtd_theme (>=1.3.0)"] -test = ["dateparser (>=1.0.0,<2.0.0)", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytz (==2021.1)", "simplejson (>=3.0.0,<4.0.0)"] +test = ["dateparser (==1.*)", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytz (==2021.1)", "simplejson (==3.*)"] [[package]] name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -60,7 +56,6 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -80,7 +75,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 = [ @@ -95,7 +89,6 @@ requests = ">=0.14.0" name = "awscli" version = "1.33.18" description = "Universal Command Line Environment for AWS." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -115,7 +108,6 @@ s3transfer = ">=0.10.0,<0.11.0" name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -137,7 +129,6 @@ lxml = ["lxml"] name = "bitarray" version = "2.9.2" description = "efficient arrays of booleans -- C extension" -category = "main" optional = false python-versions = "*" files = [ @@ -269,7 +260,6 @@ files = [ name = "boto3" version = "1.34.136" description = "The AWS SDK for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -289,7 +279,6 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "boto3-stubs" version = "1.34.136" description = "Type annotations for boto3 1.34.136 generated with mypy-boto3-builder 7.24.0" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -696,7 +685,6 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] name = "botocore" version = "1.34.136" description = "Low-level, data-driven core of boto 3." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -719,7 +707,6 @@ crt = ["awscrt (==0.20.11)"] name = "botocore-stubs" version = "1.34.136" description = "Type annotations and code completion for botocore" -category = "dev" optional = false python-versions = "<4.0,>=3.8" files = [ @@ -737,7 +724,6 @@ botocore = ["botocore"] name = "certifi" version = "2024.6.2" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -749,7 +735,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 = [ @@ -814,7 +799,6 @@ pycparser = "*" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -826,7 +810,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 = [ @@ -926,7 +909,6 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -941,7 +923,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "codacy-coverage" version = "1.3.11" description = "Codacy coverage reporter for Python" -category = "dev" optional = false python-versions = "*" files = [ @@ -960,7 +941,6 @@ test = ["coverage", "nosetests"] name = "codeguru-profiler-agent" version = "1.2.5" description = "The Python agent to be used for Amazon CodeGuru Profiler" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -975,7 +955,6 @@ boto3 = ">=1.14.0" name = "colorama" version = "0.3.3" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "*" files = [ @@ -986,7 +965,6 @@ files = [ name = "contourpy" version = "1.2.1" description = "Python library for calculating contours of 2D quadrilateral grids" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -1050,7 +1028,6 @@ test-no-images = ["pytest", "pytest-cov", "pytest-xdist", "wurlitzer"] name = "coverage" version = "7.5.4" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1118,7 +1095,6 @@ toml = ["tomli"] name = "coveralls" version = "4.0.1" description = "Show coverage stats online via coveralls.io" -category = "dev" optional = false python-versions = "<3.13,>=3.8" files = [ @@ -1127,7 +1103,7 @@ files = [ ] [package.dependencies] -coverage = {version = ">=5.0,<6.0.0 || >6.1,<6.1.1 || >6.1.1,<8.0", extras = ["toml"]} +coverage = {version = ">=5.0,<6.0.dev0 || >6.1,<6.1.1 || >6.1.1,<8.0", extras = ["toml"]} docopt = ">=0.6.1,<0.7.0" requests = ">=1.0.0,<3.0.0" @@ -1138,7 +1114,6 @@ yaml = ["pyyaml (>=3.10,<7.0)"] name = "cryptography" version = "39.0.2" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1184,7 +1159,6 @@ tox = ["tox"] name = "cycler" version = "0.12.1" description = "Composable style cycles" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1200,7 +1174,6 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] name = "cython" version = "3.0.10" description = "The Cython compiler for writing C extensions in the Python language." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" files = [ @@ -1268,7 +1241,6 @@ files = [ name = "dcicpyvcf" version = "3.0.0.1b7" description = "Variant Call Format (VCF) parser for Python" -category = "main" optional = false python-versions = "<3.13,>=3.8.0" files = [ @@ -1283,21 +1255,20 @@ setuptools = "*" [[package]] name = "dcicsnovault" -version = "11.17.0.1b5" +version = "11.17.0.1b6" description = "Storage support for 4DN Data Portals." -category = "main" optional = false python-versions = "<3.13,>=3.9" files = [ - {file = "dcicsnovault-11.17.0.1b5-py3-none-any.whl", hash = "sha256:41d07eac9b577c3bc11fa9d5882bef18ba1a3480473f9bc1f8b6f3332af14d44"}, - {file = "dcicsnovault-11.17.0.1b5.tar.gz", hash = "sha256:cfcc7624e73f7da398f3bfffc030cad040bffe9f18541316003f22a0c500633a"}, + {file = "dcicsnovault-11.17.0.1b6-py3-none-any.whl", hash = "sha256:69351503cfa84759780a6f53ac1457d261381657deff28b5bec5c1480aeb960c"}, + {file = "dcicsnovault-11.17.0.1b6.tar.gz", hash = "sha256:7df26041d6d8c955c57304b60bd88ff5da7c6ccfd1afd6fea27285ade0b15761"}, ] [package.dependencies] aws_requests_auth = ">=0.4.1,<0.5.0" boto3 = ">=1.34.136,<2.0.0" botocore = ">=1.34.136,<2.0.0" -dcicutils = "8.12.0.1b8" +dcicutils = "8.12.0.1b10" elasticsearch = "7.13.4" elasticsearch_dsl = ">=7.4.0,<8.0.0" future = ">=0.18.3,<0.19.0" @@ -1342,14 +1313,13 @@ xlrd = ">=1.0.0,<2.0.0" [[package]] name = "dcicutils" -version = "8.12.0.1b8" +version = "8.12.0.1b10" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" -category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ - {file = "dcicutils-8.12.0.1b8-py3-none-any.whl", hash = "sha256:1d0f2f9fbadfdad5436d035666ede5a9b94da39eb80e95c4649af6a0ccb3386c"}, - {file = "dcicutils-8.12.0.1b8.tar.gz", hash = "sha256:e821286530759ed0fc3332602e716d00d269e97623e77944356784231a89ee9f"}, + {file = "dcicutils-8.12.0.1b10-py3-none-any.whl", hash = "sha256:a81c87926bf8c66dd224de00196a9c44301220068adc4ad81f9663fef9e88c1b"}, + {file = "dcicutils-8.12.0.1b10.tar.gz", hash = "sha256:0185a44db043048559a686577ebe9718944651f793eebd98f01f6fcc67c8a10b"}, ] [package.dependencies] @@ -1386,7 +1356,6 @@ webtest = ">=2.0.34,<3.0.0" 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 = [ @@ -1408,7 +1377,6 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "docopt" version = "0.6.2" description = "Pythonic argument parser, that will make you smile" -category = "dev" optional = false python-versions = "*" files = [ @@ -1419,7 +1387,6 @@ files = [ name = "docutils" version = "0.16" description = "Docutils -- Python Documentation Utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1431,7 +1398,6 @@ files = [ 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 = [ @@ -1453,7 +1419,6 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "elasticsearch-dsl" version = "7.4.1" description = "Python client for Elasticsearch" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1473,7 +1438,6 @@ develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytes 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 = [ @@ -1485,7 +1449,6 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1496,7 +1459,6 @@ files = [ name = "exceptiongroup" version = "1.2.1" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1511,7 +1473,6 @@ test = ["pytest (>=6)"] name = "execnet" version = "1.4.1" description = "execnet: rapid multi-Python deployment" -category = "main" optional = false python-versions = "*" files = [ @@ -1526,7 +1487,6 @@ apipkg = ">=1.4" 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 = [ @@ -1543,7 +1503,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 = [ @@ -1555,7 +1514,6 @@ files = [ name = "flask" version = "2.1.3" description = "A simple framework for building complex web applications." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1578,7 +1536,6 @@ dotenv = ["python-dotenv"] name = "fonttools" version = "4.53.0" description = "Tools to manipulate font files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1644,7 +1601,6 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"] name = "fqdn" version = "1.5.1" description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers" -category = "main" optional = false python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4" files = [ @@ -1656,7 +1612,6 @@ files = [ name = "future" version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1667,7 +1622,6 @@ files = [ name = "gitdb" version = "4.0.11" description = "Git Object Database" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1682,7 +1636,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 = [ @@ -1701,7 +1654,6 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "granite-suite" version = "0.2.0.1b4" description = "granite is a collection of software to call, filter and work with genomic variants." -category = "main" optional = false python-versions = "<4.0,>=3.9" files = [ @@ -1721,7 +1673,6 @@ pytabix = ">=0.1,<0.2" name = "greenlet" version = "3.0.3" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1793,7 +1744,6 @@ test = ["objgraph", "psutil"] name = "h5py" version = "3.11.0" description = "Read and write HDF5 files from Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1827,7 +1777,6 @@ numpy = ">=1.17.3" name = "html5lib" version = "1.1" description = "HTML parser based on the WHATWG HTML specification" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1849,7 +1798,6 @@ lxml = ["lxml"] name = "humanfriendly" version = "1.44.9" description = "Human friendly output for text interfaces using Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1861,7 +1809,6 @@ files = [ name = "hupper" version = "1.5" description = "Integrated process monitor for developing and reloading daemons." -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1877,7 +1824,6 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "2.10" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1889,7 +1835,6 @@ files = [ name = "importlib-metadata" version = "8.0.0" description = "Read metadata from Python packages" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1909,7 +1854,6 @@ test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "p name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1928,7 +1872,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 = [ @@ -1940,7 +1883,6 @@ files = [ name = "isodate" version = "0.6.1" description = "An ISO 8601 date/time/duration parser and formatter" -category = "main" optional = false python-versions = "*" files = [ @@ -1955,7 +1897,6 @@ six = "*" name = "isoduration" version = "20.11.0" description = "Operations with ISO 8601 durations" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1970,7 +1911,6 @@ arrow = ">=0.15.0" name = "itsdangerous" version = "2.2.0" description = "Safely pass data to untrusted environments and back." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1982,7 +1922,6 @@ files = [ name = "jinja2" version = "3.1.4" description = "A very fast and expressive template engine." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2000,7 +1939,6 @@ i18n = ["Babel (>=2.7)"] name = "jmespath" version = "0.10.0" description = "JSON Matching Expressions" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2012,7 +1950,6 @@ files = [ name = "joblib" version = "1.4.2" description = "Lightweight pipelining with Python functions" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2024,7 +1961,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 = [ @@ -2036,7 +1972,6 @@ files = [ name = "jsonpointer" version = "3.0.0" description = "Identify specific nodes in a JSON document (RFC 6901)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2048,7 +1983,6 @@ files = [ name = "jsonschema" version = "4.22.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2078,7 +2012,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 = [ @@ -2093,7 +2026,6 @@ referencing = ">=0.31.0" name = "kiwisolver" version = "1.4.5" description = "A fast implementation of the Cassowary constraint solver" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2207,7 +2139,6 @@ files = [ name = "markupsafe" version = "2.1.5" description = "Safely add untrusted strings to HTML/XML markup." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2277,7 +2208,6 @@ files = [ name = "matplotlib" version = "3.9.0" description = "Python plotting package" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -2331,7 +2261,6 @@ dev = ["meson-python (>=0.13.1)", "numpy (>=1.25)", "pybind11 (>=2.6)", "setupto name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2343,7 +2272,6 @@ files = [ name = "moto" version = "4.0.3" description = "A library that allows your python tests to easily mock out the boto library" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2392,7 +2320,6 @@ xray = ["aws-xray-sdk (>=0.93,!=0.96)", "setuptools"] name = "negspy" version = "0.2.24" description = "Python NGS tools" -category = "main" optional = false python-versions = "*" files = [ @@ -2403,7 +2330,6 @@ files = [ name = "netaddr" version = "0.10.1" description = "A network address manipulation library for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -2415,7 +2341,6 @@ files = [ name = "numpy" version = "1.26.4" description = "Fundamental package for array computing in Python" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -2461,7 +2386,6 @@ files = [ 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 = [ @@ -2476,7 +2400,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 = [ @@ -2505,7 +2428,6 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "24.1" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2517,7 +2439,6 @@ files = [ name = "pandas" version = "2.2.2" description = "Powerful data structures for data analysis, time series, and statistics" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -2591,7 +2512,6 @@ xml = ["lxml (>=4.9.2)"] name = "passlib" version = "1.7.4" description = "comprehensive password hashing framework supporting over 30 schemes" -category = "main" optional = false python-versions = "*" files = [ @@ -2609,7 +2529,6 @@ totp = ["cryptography"] name = "pastedeploy" version = "1.5.2" description = "Load, configure, and compose WSGI applications and servers" -category = "main" optional = false python-versions = "*" files = [ @@ -2624,7 +2543,6 @@ paste = ["Paste"] name = "patsy" version = "0.5.6" description = "A Python package for describing statistical models and for building design matrices." -category = "main" optional = false python-versions = "*" files = [ @@ -2643,7 +2561,6 @@ test = ["pytest", "pytest-cov", "scipy"] name = "pbkdf2" version = "1.3" description = "PKCS#5 v2.0 PBKDF2 Module" -category = "main" optional = false python-versions = "*" files = [ @@ -2654,7 +2571,6 @@ files = [ name = "pillow" version = "9.5.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2734,7 +2650,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pip" version = "24.1.1" description = "The PyPA recommended tool for installing Python packages." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2746,7 +2661,6 @@ files = [ name = "pip-licenses" version = "3.5.5" description = "Dump the software license list of Python packages installed with pip." -category = "dev" optional = false python-versions = "~=3.7" files = [ @@ -2764,7 +2678,6 @@ test = ["docutils", "pytest-cov", "pytest-pycodestyle", "pytest-runner"] name = "pipdeptree" version = "2.23.0" description = "Command line utility to show dependency tree of packages." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2784,7 +2697,6 @@ test = ["covdefaults (>=2.3)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pyte name = "plaster" version = "1.0" description = "A loader interface around multiple config file formats." -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -2803,7 +2715,6 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "0.6" description = "A loader implementing the PasteDeploy syntax to be used by plaster." -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -2822,7 +2733,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 = [ @@ -2838,7 +2748,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pmdarima" version = "2.0.4" description = "Python's forecast::auto.arima equivalent" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2890,7 +2799,6 @@ urllib3 = "*" name = "psutil" version = "5.9.8" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -2919,7 +2827,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "psycopg2" version = "2.9.9" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2942,7 +2849,6 @@ files = [ name = "psycopg2-binary" version = "2.9.9" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3024,7 +2930,6 @@ files = [ name = "ptable" version = "0.9.2" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" -category = "dev" optional = false python-versions = "*" files = [ @@ -3035,7 +2940,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3047,7 +2951,6 @@ files = [ name = "pyasn1" version = "0.1.9" description = "ASN.1 types and codecs" -category = "main" optional = false python-versions = "*" files = [ @@ -3059,7 +2962,6 @@ files = [ name = "pybrowserid" version = "0.14.0" description = "Python library for the BrowserID Protocol" -category = "main" optional = false python-versions = "*" files = [ @@ -3074,7 +2976,6 @@ requests = "*" name = "pycodestyle" version = "2.12.0" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3086,7 +2987,6 @@ files = [ name = "pycparser" version = "2.14" description = "C parser in Python" -category = "main" optional = false python-versions = "*" files = [ @@ -3097,7 +2997,6 @@ files = [ name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3109,7 +3008,6 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3127,7 +3025,6 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.2.0" description = "Python wrapper module around the OpenSSL library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3146,7 +3043,6 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyparsing" version = "3.1.2" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -3161,7 +3057,6 @@ diagrams = ["jinja2", "railroad-diagrams"] 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 = [ @@ -3172,7 +3067,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 = [ @@ -3199,7 +3093,6 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pyramid-multiauth" version = "0.9.0" description = "pyramid_multiauth" -category = "main" optional = false python-versions = "*" files = [ @@ -3214,7 +3107,6 @@ pyramid = "*" name = "pyramid-retry" version = "1.0" description = "An execution policy for Pyramid that supports retrying requests after certain failure exceptions." -category = "main" optional = false python-versions = "*" files = [ @@ -3234,7 +3126,6 @@ testing = ["WebTest", "pytest", "pytest-cov"] name = "pyramid-tm" version = "2.5" description = "A package which allows Pyramid requests to join the active transaction" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3254,7 +3145,6 @@ testing = ["WebTest", "coverage (>=5.0)", "pytest", "pytest-cov"] name = "pyramid-translogger" version = "0.1" description = "access log logger tween (almost stolen from Paste.translogger)" -category = "main" optional = false python-versions = "*" files = [ @@ -3268,7 +3158,6 @@ setuptools = "*" name = "pysam" version = "0.22.1" description = "Package for reading, manipulating, and writing genomic data" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3305,7 +3194,6 @@ files = [ name = "pytabix" version = "0.1" description = "Python interface for tabix" -category = "main" optional = false python-versions = "*" files = [ @@ -3316,7 +3204,6 @@ files = [ name = "pytest" version = "8.2.2" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3339,7 +3226,6 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments name = "pytest-cov" version = "5.0.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3358,7 +3244,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] name = "pytest-instafail" version = "0.5.0" description = "pytest plugin to show failures instantly" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3373,7 +3258,6 @@ pytest = ">=5" 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 = [ @@ -3391,7 +3275,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] name = "pytest-timeout" version = "2.3.1" description = "pytest plugin to abort hanging tests" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3406,7 +3289,6 @@ pytest = ">=7.0.0" name = "pytest-xdist" version = "3.1.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3427,7 +3309,6 @@ testing = ["filelock"] 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 = [ @@ -3442,7 +3323,6 @@ six = ">=1.5" name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3454,7 +3334,6 @@ files = [ name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -3466,7 +3345,6 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -3488,7 +3366,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3549,7 +3426,6 @@ files = [ name = "rdflib" version = "4.2.2" description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." -category = "main" optional = false python-versions = "*" files = [ @@ -3569,7 +3445,6 @@ sparql = ["SPARQLWrapper"] name = "rdflib-jsonld" version = "0.6.0" description = "rdflib extension adding JSON-LD parser and serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -3584,7 +3459,6 @@ rdflib = "*" 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 = [ @@ -3603,7 +3477,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 = [ @@ -3619,7 +3492,6 @@ rpds-py = ">=0.7.0" name = "repoze-debug" version = "1.1" description = "Forensic debugging WSGI middleware" -category = "main" optional = false python-versions = "*" files = [ @@ -3638,7 +3510,6 @@ testing = ["WebOb", "coverage", "nose"] name = "requests" version = "2.32.3" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3660,7 +3531,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "responses" version = "0.25.3" description = "A utility library for mocking out the `requests` Python library." -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -3680,7 +3550,6 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asy name = "rfc3339-validator" version = "0.1.4" description = "A pure python RFC3339 validator" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3695,7 +3564,6 @@ six = "*" name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" -category = "main" optional = false python-versions = "*" files = [ @@ -3710,7 +3578,6 @@ idna2008 = ["idna"] name = "rfc3986-validator" version = "0.1.1" description = "Pure python rfc3986 validator" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -3722,7 +3589,6 @@ files = [ name = "rpds-py" version = "0.18.1" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3831,7 +3697,6 @@ files = [ name = "rsa" version = "3.3" description = "Pure-Python RSA implementation" -category = "main" optional = false python-versions = "*" files = [ @@ -3846,7 +3711,6 @@ pyasn1 = ">=0.1.3" name = "rutter" version = "0.4" description = "Py3k-compatible fork of Paste's urlmap" -category = "main" optional = false python-versions = "*" files = [ @@ -3864,7 +3728,6 @@ testing = ["WebTest", "coverage", "pytest", "pytest-cov"] name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3882,7 +3745,6 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "scikit-learn" version = "1.5.0" description = "A set of python modules for machine learning and data mining" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -3928,7 +3790,6 @@ tests = ["black (>=24.3.0)", "matplotlib (>=3.3.4)", "mypy (>=1.9)", "numpydoc ( name = "scipy" version = "1.13.1" description = "Fundamental algorithms for scientific computing in Python" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -3971,7 +3832,6 @@ test = ["array-api-strict", "asv", "gmpy2", "hypothesis (>=6.30)", "mpmath", "po name = "sentry-sdk" version = "1.45.0" description = "Python client for Sentry (https://sentry.io)" -category = "main" optional = false python-versions = "*" files = [ @@ -4019,7 +3879,6 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "70.1.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4035,7 +3894,6 @@ testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metad 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 = [ @@ -4047,7 +3905,6 @@ files = [ name = "simplejson" version = "3.19.2" description = "Simple, fast, extensible JSON encoder/decoder for Python" -category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -4155,7 +4012,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 = [ @@ -4167,7 +4023,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 = [ @@ -4179,7 +4034,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 = [ @@ -4191,7 +4045,6 @@ files = [ name = "sparqlwrapper" version = "1.8.5" description = "SPARQL Endpoint interface to Python" -category = "main" optional = false python-versions = "*" files = [ @@ -4210,7 +4063,6 @@ keepalive = ["keepalive (>=0.5)"] name = "sqlalchemy" version = "1.4.41" description = "Database Abstraction Library" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -4258,7 +4110,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and platform_machine == \"aarch64\" or python_version >= \"3\" and platform_machine == \"ppc64le\" or python_version >= \"3\" and platform_machine == \"x86_64\" or python_version >= \"3\" and platform_machine == \"amd64\" or python_version >= \"3\" and platform_machine == \"AMD64\" or python_version >= \"3\" and platform_machine == \"win32\" or python_version >= \"3\" and platform_machine == \"WIN32\""} +greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} [package.extras] aiomysql = ["aiomysql", "greenlet (!=0.4.17)"] @@ -4285,7 +4137,6 @@ sqlcipher = ["sqlcipher3-binary"] name = "statsmodels" version = "0.14.2" description = "Statistical computations and models for Python" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -4331,7 +4182,6 @@ docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "n name = "structlog" version = "19.2.0" description = "Structured Logging for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -4352,7 +4202,6 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "subprocess-middleware" version = "0.3" description = "Subprocess WSGI middleware and Pyramid tween." -category = "main" optional = false python-versions = "*" files = [ @@ -4369,7 +4218,6 @@ test = ["WebTest", "pyramid", "pytest"] name = "supervisor" version = "4.2.5" description = "A system for controlling process state under UNIX" -category = "main" optional = false python-versions = "*" files = [ @@ -4387,7 +4235,6 @@ testing = ["pytest", "pytest-cov"] name = "threadpoolctl" version = "3.5.0" description = "threadpoolctl" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4399,7 +4246,6 @@ files = [ 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 = [ @@ -4411,7 +4257,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4423,7 +4268,6 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4444,7 +4288,6 @@ telegram = ["requests"] name = "transaction" version = "3.1.0" description = "Transaction management for Python" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -4464,7 +4307,6 @@ testing = ["coverage", "mock", "nose"] name = "translationstring" version = "1.3" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" -category = "main" optional = false python-versions = "*" files = [ @@ -4476,7 +4318,6 @@ files = [ name = "types-awscrt" version = "0.20.12" description = "Type annotations and code completion for awscrt" -category = "dev" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -4488,7 +4329,6 @@ files = [ name = "types-python-dateutil" version = "2.9.0.20240316" description = "Typing stubs for python-dateutil" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4500,7 +4340,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 = [ @@ -4512,7 +4351,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 = [ @@ -4524,7 +4362,6 @@ files = [ name = "tzdata" version = "2024.1" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -4536,7 +4373,6 @@ files = [ name = "uptime" version = "3.0.1" description = "Cross-platform uptime library" -category = "main" optional = false python-versions = "*" files = [ @@ -4547,7 +4383,6 @@ files = [ name = "uri-template" version = "1.3.0" description = "RFC 6570 URI Template Processor" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4562,7 +4397,6 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake 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 = [ @@ -4579,7 +4413,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 = [ @@ -4595,7 +4428,6 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "2.1.2" description = "Waitress WSGI server" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -4611,7 +4443,6 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cover"] name = "webcolors" version = "24.6.0" description = "A library for working with the color formats defined by HTML and CSS." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4627,7 +4458,6 @@ tests = ["coverage[toml]"] name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = false python-versions = "*" files = [ @@ -4639,7 +4469,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 = [ @@ -4655,7 +4484,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 = [ @@ -4672,7 +4500,6 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" -category = "main" optional = false python-versions = "*" files = [ @@ -4694,7 +4521,6 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "werkzeug" version = "2.1.2" description = "The comprehensive WSGI web application library." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -4709,7 +4535,6 @@ watchdog = ["watchdog"] name = "wheel" version = "0.43.0" description = "A built-package format for Python" -category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -4724,7 +4549,6 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] name = "wsgiproxy2" version = "0.4.2" description = "UNKNOWN" -category = "main" optional = false python-versions = "*" files = [ @@ -4739,7 +4563,6 @@ webob = "*" name = "xlrd" version = "1.2.0" description = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -4751,7 +4574,6 @@ files = [ name = "xmltodict" version = "0.13.0" description = "Makes working with XML feel like you are working with JSON" -category = "dev" optional = false python-versions = ">=3.4" files = [ @@ -4763,7 +4585,6 @@ files = [ 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 = [ @@ -4779,7 +4600,6 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "4.4.0" description = "Zope Deprecation Infrastructure" -category = "main" optional = false python-versions = "*" files = [ @@ -4798,7 +4618,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "5.5.2" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -4852,7 +4671,6 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] name = "zope-sqlalchemy" version = "1.6" description = "Minimal Zope/SQLAlchemy transaction integration" -category = "main" optional = false python-versions = "*" files = [ @@ -4872,4 +4690,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "17a5aab397d129db459303bced966844628a6f798c744b47d7b9f9c8124d561c" +content-hash = "a057b133519ea9ee9d05f75ea604062033bc29e28cd9974f6d7fec9583c8eb19" diff --git a/pyproject.toml b/pyproject.toml index 2ce08f6dba..868e8b8932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,10 +53,8 @@ cryptography = "39.0.2" colorama = "0.3.3" # dcicpyvcf = "^3.0.0" dcicpyvcf = "^3.0.0.1b7" -#dcicsnovault = "^11.14.2" -dcicsnovault = "11.17.0.1b5" -#dcicutils = "^8.8.5" -dcicutils = "8.12.0.1b8" +dcicsnovault = "11.17.0.1b6" +dcicutils = "8.12.0.1b10" elasticsearch = "7.13.4" execnet = "1.4.1" future = ">=0.18.2,<1"