From af1d42e2c7c0eca8ff81d131cffdda19d968a59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:22:43 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 316 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 202 insertions(+), 114 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb9f5d9..c580fc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,50 +1,67 @@ +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. + [[package]] -category = "main" -description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." name = "appdirs" +version = "1.4.3" +description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false python-versions = "*" -version = "1.4.3" +files = [ + {file = "appdirs-1.4.3-py2.py3-none-any.whl", hash = "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"}, + {file = "appdirs-1.4.3.tar.gz", hash = "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"}, +] [[package]] -category = "dev" -description = "A few extensions to pyyaml." name = "aspy.yaml" +version = "1.2.0" +description = "A few extensions to pyyaml." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.2.0" +files = [ + {file = "aspy.yaml-1.2.0-py2.py3-none-any.whl", hash = "sha256:c7390d79f58eb9157406966201abf26da0d56c07e0ff0deadc39c8f4dbc13482"}, + {file = "aspy.yaml-1.2.0.tar.gz", hash = "sha256:ae249074803e8b957c83fdd82a99160d0d6d26dff9ba81ba608b42eebd7d8cd3"}, +] [package.dependencies] pyyaml = "*" [[package]] -category = "dev" -description = "Atomic file writes." name = "atomicwrites" +version = "1.3.0" +description = "Atomic file writes." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.3.0" +files = [ + {file = "atomicwrites-1.3.0-py2.py3-none-any.whl", hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4"}, + {file = "atomicwrites-1.3.0.tar.gz", hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"}, +] [[package]] -category = "main" -description = "Classes Without Boilerplate" name = "attrs" +version = "19.1.0" +description = "Classes Without Boilerplate" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "19.1.0" +files = [ + {file = "attrs-19.1.0-py2.py3-none-any.whl", hash = "sha256:69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79"}, + {file = "attrs-19.1.0.tar.gz", hash = "sha256:f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399"}, +] [package.extras] -dev = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface", "sphinx", "pre-commit"] +dev = ["coverage", "hypothesis", "pre-commit", "pympler", "pytest", "six", "sphinx", "zope.interface"] docs = ["sphinx", "zope.interface"] tests = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface"] [[package]] -category = "main" -description = "The uncompromising code formatter." name = "black" +version = "18.9b0" +description = "The uncompromising code formatter." optional = false python-versions = ">=3.6" -version = "18.9b0" +files = [ + {file = "black-18.9b0-py36-none-any.whl", hash = "sha256:817243426042db1d36617910df579a54f1afd659adb96fc5032fcf4b36209739"}, + {file = "black-18.9b0.tar.gz", hash = "sha256:e030a9a28f542debc08acceb273f228ac422798e5215ba2a791a6ddeaaca22a5"}, +] [package.dependencies] appdirs = "*" @@ -56,93 +73,117 @@ toml = ">=0.9.4" d = ["aiohttp (>=3.3.2)"] [[package]] -category = "dev" -description = "Validate configuration and produce human readable error messages." name = "cfgv" +version = "1.6.0" +description = "Validate configuration and produce human readable error messages." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.6.0" +files = [ + {file = "cfgv-1.6.0-py2.py3-none-any.whl", hash = "sha256:e7f186d4a36c099a9e20b04ac3108bd8bb9b9257e692ce18c8c3764d5cb12172"}, + {file = "cfgv-1.6.0.tar.gz", hash = "sha256:6e9f2feea5e84bc71e56abd703140d7a2c250fc5ba38b8702fd6a68ed4e3b2ef"}, +] [package.dependencies] six = "*" [[package]] -category = "main" -description = "Composable command line interface toolkit" name = "click" +version = "7.0" +description = "Composable command line interface toolkit" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "7.0" +files = [ + {file = "Click-7.0-py2.py3-none-any.whl", hash = "sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13"}, + {file = "Click-7.0.tar.gz", hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"}, +] [[package]] -category = "dev" -description = "Cross-platform colored terminal text." -marker = "sys_platform == \"win32\"" name = "colorama" +version = "0.4.1" +description = "Cross-platform colored terminal text." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "0.4.1" +files = [ + {file = "colorama-0.4.1-py2.py3-none-any.whl", hash = "sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"}, + {file = "colorama-0.4.1.tar.gz", hash = "sha256:05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"}, +] [[package]] -category = "dev" -description = "File identification library for Python" name = "identify" +version = "1.4.1" +description = "File identification library for Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.4.1" +files = [ + {file = "identify-1.4.1-py2.py3-none-any.whl", hash = "sha256:244e7864ef59f0c7c50c6db73f58564151d91345cd9b76ed793458953578cadd"}, + {file = "identify-1.4.1.tar.gz", hash = "sha256:8ff062f90ad4b09cfe79b5dfb7a12e40f19d2e68a5c9598a49be45f16aba7171"}, +] [package.extras] license = ["editdistance"] [[package]] -category = "dev" -description = "Read metadata from Python packages" name = "importlib-metadata" +version = "0.9" +description = "Read metadata from Python packages" optional = false python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3" -version = "0.9" +files = [ + {file = "importlib_metadata-0.9-py2.py3-none-any.whl", hash = "sha256:bc136180e961875af88b1ab85b4009f4f1278f8396a60526c0009f503a1a96ca"}, + {file = "importlib_metadata-0.9.tar.gz", hash = "sha256:46fc60c34b6ed7547e2a723fc8de6dc2e3a1173f8423246b3ce497f064e9c3de"}, +] [package.dependencies] zipp = ">=0.3.2" [package.extras] -docs = ["sphinx", "docutils (0.12)", "rst.linker"] +docs = ["docutils (==0.12)", "rst.linker", "sphinx"] [[package]] -category = "dev" -description = "More routines for operating on iterables, beyond itertools" -marker = "python_version > \"2.7\"" name = "more-itertools" +version = "7.0.0" +description = "More routines for operating on iterables, beyond itertools" optional = false python-versions = ">=3.4" -version = "7.0.0" +files = [ + {file = "more-itertools-7.0.0.tar.gz", hash = "sha256:c3e4748ba1aad8dba30a4886b0b1a2004f9a863837b8654e7059eebf727afa5a"}, + {file = "more_itertools-7.0.0-py3-none-any.whl", hash = "sha256:2112d2ca570bb7c3e53ea1a35cd5df42bb0fd10c45f0fb97178679c3c03d64c7"}, +] [[package]] -category = "dev" -description = "Node.js virtual environment builder" name = "nodeenv" +version = "1.3.3" +description = "Node.js virtual environment builder" optional = false python-versions = "*" -version = "1.3.3" +files = [ + {file = "nodeenv-1.3.3.tar.gz", hash = "sha256:ad8259494cf1c9034539f6cced78a1da4840a4b157e23640bc4a0c0546b0cb7a"}, +] [[package]] -category = "dev" -description = "plugin and hook calling mechanisms for python" name = "pluggy" +version = "0.9.0" +description = "plugin and hook calling mechanisms for python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "0.9.0" +files = [ + {file = "pluggy-0.9.0-py2.py3-none-any.whl", hash = "sha256:84d306a647cc805219916e62aab89caa97a33a1dd8c342e87a37f91073cd4746"}, + {file = "pluggy-0.9.0.tar.gz", hash = "sha256:19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f"}, +] [package.extras] dev = ["pre-commit", "tox"] [[package]] -category = "dev" -description = "A framework for managing and maintaining multi-language pre-commit hooks." name = "pre-commit" +version = "1.15.1" +description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.15.1" +files = [ + {file = "pre_commit-1.15.1-py2.py3-none-any.whl", hash = "sha256:f882c65316eb5b705fe4613e92a7c91055c1800102e4d291cfd18912ec9cf90e"}, + {file = "pre_commit-1.15.1.tar.gz", hash = "sha256:75a9110eae00d009c913616c0fc8a6a02e7716c4a29a14cac9b313d2c7338ab0"}, +] [package.dependencies] "aspy.yaml" = "*" @@ -156,142 +197,189 @@ toml = "*" virtualenv = ">=15.2" [[package]] -category = "dev" -description = "library with cross-python path, ini-parsing, io, code, log facilities" name = "py" +version = "1.8.0" +description = "library with cross-python path, ini-parsing, io, code, log facilities" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.8.0" +files = [ + {file = "py-1.8.0-py2.py3-none-any.whl", hash = "sha256:64f65755aee5b381cea27766a3a147c3f15b9b6b9ac88676de66ba2ae36793fa"}, + {file = "py-1.8.0.tar.gz", hash = "sha256:dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"}, +] [[package]] -category = "dev" -description = "pytest: simple powerful testing with Python" name = "pytest" +version = "4.4.0" +description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "4.4.0" +files = [ + {file = "pytest-4.4.0-py2.py3-none-any.whl", hash = "sha256:13c5e9fb5ec5179995e9357111ab089af350d788cbc944c628f3cde72285809b"}, + {file = "pytest-4.4.0.tar.gz", hash = "sha256:f21d2f1fb8200830dcbb5d8ec466a9c9120e20d8b53c7585d180125cce1d297a"}, +] [package.dependencies] atomicwrites = ">=1.0" attrs = ">=17.4.0" -colorama = "*" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +more-itertools = {version = ">=4.0.0", markers = "python_version > \"2.7\""} pluggy = ">=0.9" py = ">=1.5.0" setuptools = "*" six = ">=1.10.0" -[package.dependencies.more-itertools] -python = ">2.7" -version = ">=4.0.0" - [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "nose", "requests", "mock"] +testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests"] [[package]] -category = "dev" -description = "YAML parser and emitter for Python" name = "pyyaml" +version = "5.4" +description = "YAML parser and emitter for Python" optional = false -python-versions = "*" -version = "5.1" +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +files = [ + {file = "PyYAML-5.4-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:f7a21e3d99aa3095ef0553e7ceba36fb693998fbb1226f1392ce33681047465f"}, + {file = "PyYAML-5.4-cp27-cp27m-win32.whl", hash = "sha256:52bf0930903818e600ae6c2901f748bc4869c0c406056f679ab9614e5d21a166"}, + {file = "PyYAML-5.4-cp27-cp27m-win_amd64.whl", hash = "sha256:a36a48a51e5471513a5aea920cdad84cbd56d70a5057cca3499a637496ea379c"}, + {file = "PyYAML-5.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:5e7ac4e0e79a53451dc2814f6876c2fa6f71452de1498bbe29c0b54b69a986f4"}, + {file = "PyYAML-5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:cc552b6434b90d9dbed6a4f13339625dc466fd82597119897e9489c953acbc22"}, + {file = "PyYAML-5.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0dc9f2eb2e3c97640928dec63fd8dc1dd91e6b6ed236bd5ac00332b99b5c2ff9"}, + {file = "PyYAML-5.4-cp36-cp36m-win32.whl", hash = "sha256:5a3f345acff76cad4aa9cb171ee76c590f37394186325d53d1aa25318b0d4a09"}, + {file = "PyYAML-5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:f3790156c606299ff499ec44db422f66f05a7363b39eb9d5b064f17bd7d7c47b"}, + {file = "PyYAML-5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:124fd7c7bc1e95b1eafc60825f2daf67c73ce7b33f1194731240d24b0d1bf628"}, + {file = "PyYAML-5.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8b818b6c5a920cbe4203b5a6b14256f0e5244338244560da89b7b0f1313ea4b6"}, + {file = "PyYAML-5.4-cp37-cp37m-win32.whl", hash = "sha256:737bd70e454a284d456aa1fa71a0b429dd527bcbf52c5c33f7c8eee81ac16b89"}, + {file = "PyYAML-5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:7242790ab6c20316b8e7bb545be48d7ed36e26bbe279fd56f2c4a12510e60b4b"}, + {file = "PyYAML-5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cc547d3ead3754712223abb7b403f0a184e4c3eae18c9bb7fd15adef1597cc4b"}, + {file = "PyYAML-5.4-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8635d53223b1f561b081ff4adecb828fd484b8efffe542edcfdff471997f7c39"}, + {file = "PyYAML-5.4-cp38-cp38-win32.whl", hash = "sha256:26fcb33776857f4072601502d93e1a619f166c9c00befb52826e7b774efaa9db"}, + {file = "PyYAML-5.4-cp38-cp38-win_amd64.whl", hash = "sha256:b2243dd033fd02c01212ad5c601dafb44fbb293065f430b0d3dbf03f3254d615"}, + {file = "PyYAML-5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:31ba07c54ef4a897758563e3a0fcc60077698df10180abe4b8165d9895c00ebf"}, + {file = "PyYAML-5.4-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:02c78d77281d8f8d07a255e57abdbf43b02257f59f50cc6b636937d68efa5dd0"}, + {file = "PyYAML-5.4-cp39-cp39-win32.whl", hash = "sha256:fdc6b2cb4b19e431994f25a9160695cc59a4e861710cc6fc97161c5e845fc579"}, + {file = "PyYAML-5.4-cp39-cp39-win_amd64.whl", hash = "sha256:8bf38641b4713d77da19e91f8b5296b832e4db87338d6aeffe422d42f1ca896d"}, + {file = "PyYAML-5.4.tar.gz", hash = "sha256:3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a"}, +] + +[[package]] +name = "setuptools" +version = "68.0.0" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +optional = false +python-versions = ">=3.7" +files = [ + {file = "setuptools-68.0.0-py3-none-any.whl", hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f"}, + {file = "setuptools-68.0.0.tar.gz", hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] -category = "dev" -description = "Python 2 and 3 compatibility utilities" name = "six" +version = "1.12.0" +description = "Python 2 and 3 compatibility utilities" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*" -version = "1.12.0" +files = [ + {file = "six-1.12.0-py2.py3-none-any.whl", hash = "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c"}, + {file = "six-1.12.0.tar.gz", hash = "sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"}, +] [[package]] -category = "main" -description = "An Earley-Algorithm Context-free grammar Parser Toolkit" name = "spark-parser" +version = "1.8.7" +description = "An Earley-Algorithm Context-free grammar Parser Toolkit" optional = false python-versions = "*" -version = "1.8.7" +files = [ + {file = "spark_parser-1.8.7-py2-none-any.whl", hash = "sha256:11be196977ce42710d44dbb7adb78b42853875a1f686c64b88315e519a8b1b0d"}, + {file = "spark_parser-1.8.7-py3-none-any.whl", hash = "sha256:e8e456ffa6e83f963f4830884624830bbbea82c9ae6b3b1700f84566550e1ab0"}, + {file = "spark_parser-1.8.7.tar.gz", hash = "sha256:4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48"}, +] [package.dependencies] click = "*" [[package]] -category = "main" -description = "Python Library for Tom's Obvious, Minimal Language" name = "toml" +version = "0.10.0" +description = "Python Library for Tom's Obvious, Minimal Language" optional = false python-versions = "*" -version = "0.10.0" +files = [ + {file = "toml-0.10.0-py2.py3-none-any.whl", hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e"}, + {file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"}, +] [[package]] -category = "main" -description = "Python cross-version byte-code decompiler" name = "uncompyle6" +version = "3.2.6" +description = "Python cross-version byte-code decompiler" optional = false python-versions = "*" -version = "3.2.6" +files = [ + {file = "uncompyle6-3.2.6-py26-none-any.whl", hash = "sha256:23f2d9e75761534a99e42a8288d8e29b332e565d7837d55b9b10db3435ae814a"}, + {file = "uncompyle6-3.2.6-py27-none-any.whl", hash = "sha256:76190ad0847f6d364d045efd80ebae106a92b59e34fbdbbd5697fd1aab8752f1"}, + {file = "uncompyle6-3.2.6-py32-none-any.whl", hash = "sha256:8177f6e281c2b1c892c7435b6cfbf730798ce9b2ed11decc7ddf8831c49ec4ab"}, + {file = "uncompyle6-3.2.6-py33-none-any.whl", hash = "sha256:c0fe14ca67136220c16a9bc0972dfc03375094e6e2610787b3d1a6d2443b169f"}, + {file = "uncompyle6-3.2.6-py34-none-any.whl", hash = "sha256:9d3dedddf365434796c9ce64062ce976a84c5a4b90633550f35fd9feaa053f19"}, + {file = "uncompyle6-3.2.6.tar.gz", hash = "sha256:3a40f4f4b8b02a8687bd98c598980bed38a4770e3de253847eafed4b7167d07f"}, +] [package.dependencies] spark-parser = ">=1.8.7,<1.9.0" xdis = ">=3.9.0,<3.10.0" [[package]] -category = "dev" -description = "Virtual Python Environment builder" name = "virtualenv" +version = "16.4.3" +description = "Virtual Python Environment builder" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "16.4.3" +files = [ + {file = "virtualenv-16.4.3-py2.py3-none-any.whl", hash = "sha256:6aebaf4dd2568a0094225ebbca987859e369e3e5c22dc7d52e5406d504890417"}, + {file = "virtualenv-16.4.3.tar.gz", hash = "sha256:984d7e607b0a5d1329425dd8845bd971b957424b5ba664729fab51ab8c11bc39"}, +] [package.extras] -docs = ["sphinx (>=1.8.0,<2)", "towncrier (>=18.5.0)", "sphinx-rtd-theme (>=0.4.2,<1)"] -testing = ["pytest (>=4.0.0,<5)", "coverage (>=4.5.0,<5)", "six (>=1.10.0,<2)", "pytest-localserver", "pypiserver", "pytest-timeout (>=1.3.0,<2)", "pytest-xdist", "mock", "xonsh"] +docs = ["sphinx (>=1.8.0,<2)", "sphinx-rtd-theme (>=0.4.2,<1)", "towncrier (>=18.5.0)"] +testing = ["coverage (>=4.5.0,<5)", "mock", "pypiserver", "pytest (>=4.0.0,<5)", "pytest-localserver", "pytest-timeout (>=1.3.0,<2)", "pytest-xdist", "six (>=1.10.0,<2)", "xonsh"] [[package]] -category = "main" -description = "Python cross-version byte-code disassembler and marshal routines" name = "xdis" +version = "3.9.1" +description = "Python cross-version byte-code disassembler and marshal routines" optional = false python-versions = "*" -version = "3.9.1" +files = [ + {file = "xdis-3.9.1-py27-none-any.whl", hash = "sha256:4c01c24d32b4830b04b18666974618f913c92e6090e92b17fee0e9656118d76c"}, + {file = "xdis-3.9.1-py33-none-any.whl", hash = "sha256:8e3e5f5fbf89bb40fff8aa3c242f622863717abb5bed16a3b4f5677da2296fdc"}, + {file = "xdis-3.9.1-py34-none-any.whl", hash = "sha256:d36ef8cbbecf8e0834537a7a4bf358a854ebe400d0457862e5fe35bc5bc07aaf"}, + {file = "xdis-3.9.1-py35-none-any.whl", hash = "sha256:a7b587d4d57c4e7b66a81ca35c2cbbb7f81c0b3c3bd9a851f737babfd091dc89"}, + {file = "xdis-3.9.1-py36-none-any.whl", hash = "sha256:0ca06f8e47337d7f4a1d703516827d0576c34a9ce88678a9df10c0adba9a4b31"}, + {file = "xdis-3.9.1-py37-none-any.whl", hash = "sha256:9b448c12ffa2a8223916f173db1c1d739773df023b2c7da3fc68870689271186"}, + {file = "xdis-3.9.1.tar.gz", hash = "sha256:b95337ee772ade4f8038a100f06aaf5ab9e975170fe9afafc9bd29964bc8cc42"}, +] [[package]] -category = "dev" -description = "Pathlib-compatible object wrapper for zip files" name = "zipp" +version = "0.3.3" +description = "Pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=2.7" -version = "0.3.3" +files = [ + {file = "zipp-0.3.3-py2.py3-none-any.whl", hash = "sha256:682b3e1c62b7026afe24eadf6be579fb45fec54c07ea218bded8092af07a68c4"}, + {file = "zipp-0.3.3.tar.gz", hash = "sha256:55ca87266c38af6658b84db8cfb7343cdb0bf275f93c7afaea0d8e7a209c7478"}, +] [package.extras] -docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs", "pytest-flake8", "pathlib2"] +docs = ["jaraco.packaging (>=3.2)", "rst.linker (>=1.9)", "sphinx"] +testing = ["pathlib2", "pytest (>=3.5,!=3.7.3)", "pytest-checkdocs", "pytest-flake8"] [metadata] -content-hash = "42316952fa962926215f4639314ce7206ec52db5fe5ad7e5dacd37535afe29de" +lock-version = "2.0" python-versions = "^3.7" - -[metadata.hashes] -appdirs = ["9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92", "d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"] -"aspy.yaml" = ["ae249074803e8b957c83fdd82a99160d0d6d26dff9ba81ba608b42eebd7d8cd3", "c7390d79f58eb9157406966201abf26da0d56c07e0ff0deadc39c8f4dbc13482"] -atomicwrites = ["03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4", "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"] -attrs = ["69c0dbf2ed392de1cb5ec704444b08a5ef81680a61cb899dc08127123af36a79", "f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399"] -black = ["817243426042db1d36617910df579a54f1afd659adb96fc5032fcf4b36209739", "e030a9a28f542debc08acceb273f228ac422798e5215ba2a791a6ddeaaca22a5"] -cfgv = ["6e9f2feea5e84bc71e56abd703140d7a2c250fc5ba38b8702fd6a68ed4e3b2ef", "e7f186d4a36c099a9e20b04ac3108bd8bb9b9257e692ce18c8c3764d5cb12172"] -click = ["2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13", "5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"] -colorama = ["05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d", "f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"] -identify = ["244e7864ef59f0c7c50c6db73f58564151d91345cd9b76ed793458953578cadd", "8ff062f90ad4b09cfe79b5dfb7a12e40f19d2e68a5c9598a49be45f16aba7171"] -importlib-metadata = ["46fc60c34b6ed7547e2a723fc8de6dc2e3a1173f8423246b3ce497f064e9c3de", "bc136180e961875af88b1ab85b4009f4f1278f8396a60526c0009f503a1a96ca"] -more-itertools = ["2112d2ca570bb7c3e53ea1a35cd5df42bb0fd10c45f0fb97178679c3c03d64c7", "c3e4748ba1aad8dba30a4886b0b1a2004f9a863837b8654e7059eebf727afa5a"] -nodeenv = ["ad8259494cf1c9034539f6cced78a1da4840a4b157e23640bc4a0c0546b0cb7a"] -pluggy = ["19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f", "84d306a647cc805219916e62aab89caa97a33a1dd8c342e87a37f91073cd4746"] -pre-commit = ["75a9110eae00d009c913616c0fc8a6a02e7716c4a29a14cac9b313d2c7338ab0", "f882c65316eb5b705fe4613e92a7c91055c1800102e4d291cfd18912ec9cf90e"] -py = ["64f65755aee5b381cea27766a3a147c3f15b9b6b9ac88676de66ba2ae36793fa", "dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"] -pytest = ["13c5e9fb5ec5179995e9357111ab089af350d788cbc944c628f3cde72285809b", "f21d2f1fb8200830dcbb5d8ec466a9c9120e20d8b53c7585d180125cce1d297a"] -pyyaml = ["1adecc22f88d38052fb787d959f003811ca858b799590a5eaa70e63dca50308c", "436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95", "460a5a4248763f6f37ea225d19d5c205677d8d525f6a83357ca622ed541830c2", "5a22a9c84653debfbf198d02fe592c176ea548cccce47553f35f466e15cf2fd4", "7a5d3f26b89d688db27822343dfa25c599627bc92093e788956372285c6298ad", "9372b04a02080752d9e6f990179a4ab840227c6e2ce15b95e1278456664cf2ba", "a5dcbebee834eaddf3fa7366316b880ff4062e4bcc9787b78c7fbb4a26ff2dd1", "aee5bab92a176e7cd034e57f46e9df9a9862a71f8f37cad167c6fc74c65f5b4e", "c51f642898c0bacd335fc119da60baae0824f2cde95b0330b56c0553439f0673", "c68ea4d3ba1705da1e0d85da6684ac657912679a649e8868bd850d2c299cce13", "e23d0cc5299223dcc37885dae624f382297717e459ea24053709675a976a3e19"] -six = ["3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"] -spark-parser = ["03e115c9c3cf849658ce191b4ad8a512e88c6337141f44b3d87a51a6bf18413a", "11be196977ce42710d44dbb7adb78b42853875a1f686c64b88315e519a8b1b0d", "1f37849f320d8f8454456c0ca985deda1413974256945f398e30addaa905d198", "4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48", "5426f3ade7ccad74f12e0ffdf34e28a29b0295c245ee5f5de96a5f942025c53c", "6c1edc94291385d23b56a0eab348aceba72b6d5f363e52e773c7b2c88ec9f8ab", "76bb0acdfba2c7193e608e9cf995f41799b61b2e3b8e1f13320b7ee66aff7b65", "e0769cba3fe78af969b178c571ba297aa8de202a8d48661abf0e46fc8b427e02", "e8e456ffa6e83f963f4830884624830bbbea82c9ae6b3b1700f84566550e1ab0"] -toml = ["229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c", "235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e", "f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"] -uncompyle6 = ["0581b401fabdd0485d00014626f92616c93ecbbe33eaaac267a0d2dd69b282a6", "158f86f887302b80bc1212d07c66bc4e619b611c633138e77881d5a9eb0c3f23", "23f2d9e75761534a99e42a8288d8e29b332e565d7837d55b9b10db3435ae814a", "3a40f4f4b8b02a8687bd98c598980bed38a4770e3de253847eafed4b7167d07f", "5f1511927aaaab22cfd266fd39e9b770fed73944e5d33ef4372e2f26e6c75b31", "64a1b2fd625fee57f6176ac8a9845bc8c7fc0d81ba511494e32542166d7f8870", "76190ad0847f6d364d045efd80ebae106a92b59e34fbdbbd5697fd1aab8752f1", "7b38ca7f87d7efe69655cef9b5eb71b1053b3d5b3c4ac32d8c537f7dcdc7f3af", "8177f6e281c2b1c892c7435b6cfbf730798ce9b2ed11decc7ddf8831c49ec4ab", "97aee68108aae3d7123ef497371df27f02bb5099af20946973f9db58efc087dc", "9d3dedddf365434796c9ce64062ce976a84c5a4b90633550f35fd9feaa053f19", "afa07141bc5977c35c5a7fbd5171fcce7e0b1f11beb5c40ac747f7d86227043f", "c0fe14ca67136220c16a9bc0972dfc03375094e6e2610787b3d1a6d2443b169f"] -virtualenv = ["6aebaf4dd2568a0094225ebbca987859e369e3e5c22dc7d52e5406d504890417", "984d7e607b0a5d1329425dd8845bd971b957424b5ba664729fab51ab8c11bc39"] -xdis = ["0bd87ab407143ef50c192197491c0f4702e73456706ecf769240a740f0e170c9", "0ca06f8e47337d7f4a1d703516827d0576c34a9ce88678a9df10c0adba9a4b31", "27d34a7d8e39051c7d890ee211011832c351bc53c793e0987dd2075ce788a0b6", "493618f8252ae0d101da8241acf7e010083ab6ab1af9fdf57b6dce10ca409ac9", "4c01c24d32b4830b04b18666974618f913c92e6090e92b17fee0e9656118d76c", "533f8111aed72a41c74d1d876af4e9b7c886d5c45e7fa90980dd2843da8f8249", "7280936130280284704bb4987f89f5f7b12eb74be7c4dfcaaf82b6293ff2a236", "8e3e5f5fbf89bb40fff8aa3c242f622863717abb5bed16a3b4f5677da2296fdc", "99e40aa069e24d1348511e76534edd31bea6ceeaf0472bc30a37805d9e77a355", "9b448c12ffa2a8223916f173db1c1d739773df023b2c7da3fc68870689271186", "a7b587d4d57c4e7b66a81ca35c2cbbb7f81c0b3c3bd9a851f737babfd091dc89", "b3a8145d319a469c3cfe2b09cdfdc3ee9fce723a180883d79a61f45c45e98f06", "b95337ee772ade4f8038a100f06aaf5ab9e975170fe9afafc9bd29964bc8cc42", "d36ef8cbbecf8e0834537a7a4bf358a854ebe400d0457862e5fe35bc5bc07aaf"] -zipp = ["55ca87266c38af6658b84db8cfb7343cdb0bf275f93c7afaea0d8e7a209c7478", "682b3e1c62b7026afe24eadf6be579fb45fec54c07ea218bded8092af07a68c4"] +content-hash = "42316952fa962926215f4639314ce7206ec52db5fe5ad7e5dacd37535afe29de"