From 278dab5bf0c20cee8817803b2296003470f49b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:36:42 +0000 Subject: [PATCH] Bump pygments from 2.12.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.12.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 170 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 115 insertions(+), 55 deletions(-) diff --git a/poetry.lock b/poetry.lock index 306aae1..b2db474 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,15 @@ +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. + [[package]] name = "asttokens" version = "2.0.5" description = "Annotate AST trees with source code positions" -category = "dev" optional = false python-versions = "*" +files = [ + {file = "asttokens-2.0.5-py2.py3-none-any.whl", hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c"}, + {file = "asttokens-2.0.5.tar.gz", hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"}, +] [package.dependencies] six = "*" @@ -16,33 +21,45 @@ test = ["astroid", "pytest"] name = "bump2version" version = "1.0.1" description = "Version-bump your software with a single command!" -category = "dev" optional = false python-versions = ">=3.5" +files = [ + {file = "bump2version-1.0.1-py2.py3-none-any.whl", hash = "sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410"}, + {file = "bump2version-1.0.1.tar.gz", hash = "sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6"}, +] [[package]] name = "colorama" version = "0.4.5" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"}, + {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, +] [[package]] name = "executing" version = "0.9.1" description = "Get the currently executing AST node of a frame, and other information" -category = "dev" optional = false python-versions = "*" +files = [ + {file = "executing-0.9.1-py2.py3-none-any.whl", hash = "sha256:4ce4d6082d99361c0231fc31ac1a0f56979363cc6819de0b1410784f99e49105"}, + {file = "executing-0.9.1.tar.gz", hash = "sha256:ea278e2cf90cbbacd24f1080dd1f0ac25b71b2e21f50ab439b7ba45dd3195587"}, +] [[package]] name = "icecream" version = "2.1.3" description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call." -category = "dev" optional = false python-versions = "*" +files = [ + {file = "icecream-2.1.3-py2.py3-none-any.whl", hash = "sha256:757aec31ad4488b949bc4f499d18e6e5973c40cc4d4fc607229e78cfaec94c34"}, + {file = "icecream-2.1.3.tar.gz", hash = "sha256:0aa4a7c3374ec36153a1d08f81e3080e83d8ac1eefd97d2f4fe9544e8f9b49de"}, +] [package.dependencies] asttokens = ">=2.0.1" @@ -54,28 +71,78 @@ pygments = ">=2.2.0" name = "logging-utils-tddschn" version = "0.1.8" description = "Logging utilities for personal use." -category = "dev" optional = false python-versions = ">=3.10,<4.0" +files = [ + {file = "logging-utils-tddschn-0.1.8.tar.gz", hash = "sha256:fb6ba94645ff4ccda264534cae9d2e7502c00c022bdf3ffb6684bffd732bccdd"}, + {file = "logging_utils_tddschn-0.1.8-py3-none-any.whl", hash = "sha256:8b96903320cddaf4f31a03f5e07e34be5cd2b7b21415743607c3cc47f1fd5bb1"}, +] [package.dependencies] utils-tddschn = ">=0.1.4,<0.2.0" [[package]] name = "pygments" -version = "2.12.0" +version = "2.15.0" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" +files = [ + {file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"}, + {file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"}, +] + +[package.extras] +plugins = ["importlib-metadata"] [[package]] name = "pyinstrument" version = "4.2.0" description = "Call stack profiler for Python. Shows you why your code is slow!" -category = "dev" optional = false python-versions = ">=3.7" +files = [ + {file = "pyinstrument-4.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:df7cd8a71e368694789517dd5466fd2573f59d912019b2928dd113e5408f3c2e"}, + {file = "pyinstrument-4.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:af08fe984cab0aa552a2feafc9a3417aee3181e170a24219e112555d0cc861e7"}, + {file = "pyinstrument-4.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2702f043e6ccc02720076fdc4bc86de50d2a465bd72393251dd5eea5a5ac821"}, + {file = "pyinstrument-4.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea53704ffbbdc2235843c10ec5fa39a35220452f46ea4e7cb02d611b0161ced4"}, + {file = "pyinstrument-4.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:54dea5f138f02d42b298e9742a1e6123c6732427b26bae5da0535fb4eb57c226"}, + {file = "pyinstrument-4.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:89ee3425f4804c1b8fe0cb740502a50a5825e400100dd07f4a245eeff99da6af"}, + {file = "pyinstrument-4.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:c026868bd559ec5074618717b27528f1b1618946df8ece7ceda43a2828c911ec"}, + {file = "pyinstrument-4.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:233e258a440ca7da837b9b0e7db7ec67c6b979d074b27b9383cef127e4a1deac"}, + {file = "pyinstrument-4.2.0-cp310-cp310-win32.whl", hash = "sha256:9b1c9fa015e6353d24a46d46aed3b970a94f5729dd140a4eb97fca1456cd754a"}, + {file = "pyinstrument-4.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:b04f689897f4cbe301585231c0e94d42c5b1ea76a76b007a600d049dfc9b9073"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:ac4f6eb860476ec8974ba3af5f1973e0c9769b4d5cd89180c89c2c66f5e26a9b"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:49557fde54d1e1bfed3b5043ca225cc759090784c02e17c8322f0cfd5e071b20"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac49e509b5f71e600c0722aa7cc6eeaadd1070631915c19b1b036b15530d666c"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:062c7727aea1428ea4becab90d7aa49f8489cc29da57abaa09edef9bcfb8aafb"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1effd235fe20c4a52bb2c20459d35f25ef01ec8e4feb984b51f06c498305a263"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:0a28ad9c298b8d4870f26b4169f20a220bf5848f44ed4bfaf7d980542f267573"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c4b93d6ab09a0dd4cca9fb5a2682b5bcff280b7006fc9a9844eee0fadc048a8e"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-win32.whl", hash = "sha256:ec175b77b3fd6bc5dbd3042ec1a3ef8d0c7db0ec5ee6993c50e583c7c7cd4af7"}, + {file = "pyinstrument-4.2.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3ddc8bf7b8638f579676b77d6a00c3e3ae842418fb2d653d2dbc09e23055126b"}, + {file = "pyinstrument-4.2.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:612b10058d2dc85fb662cc67bf574f705f0374ab982487acc4176349290894d0"}, + {file = "pyinstrument-4.2.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c74630aaa871ae7c1bce47e44eb46b7053b1a2fccb8b7fc2b193db33bf19d1a"}, + {file = "pyinstrument-4.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c5c9b6d7e2a3a845290afc7bc4d34e573aeda9978b5def2c09f66ba97618d28"}, + {file = "pyinstrument-4.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb4c05fafca2ca28847bc368d2bcb6d4cd45c9613e85f7f65dfca5bf5fab86a3"}, + {file = "pyinstrument-4.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5dafa59b5bf735a5814cf99fd6b8532adde92aa46a3e295f170211e8096c78b8"}, + {file = "pyinstrument-4.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:045f3cdbed3d6827567256ed3c8759ea3a2cb2e2d50036905df39727cf411354"}, + {file = "pyinstrument-4.2.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3f74f1c0abb9fb6da354c0c8fafec3a198fc47c5cedaab00be8127a38c03e2b6"}, + {file = "pyinstrument-4.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:67613b0009edbc68c7e10ba838dde541a74d73ac4286c48f67f06cce1cb124b3"}, + {file = "pyinstrument-4.2.0-cp38-cp38-win32.whl", hash = "sha256:a28380a2ab9cf46510c7fec8071523c260036926f874c5291731b713a3458979"}, + {file = "pyinstrument-4.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:09dcc810497df6660c5210fbf615da52f2fa2dc1594fb34a292fa854d59e1eb6"}, + {file = "pyinstrument-4.2.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b08dc76846a6e76858f1c97443fb6385f3e4c181ea92469ded70e334a4d85210"}, + {file = "pyinstrument-4.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6b17418f126fb5dbfdd00475a0017169162195276fdeecd0c9a3c56f789175dd"}, + {file = "pyinstrument-4.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6dec46f3a47fc65030c1ae334946d9bda6993c3b4f346bf652e60b40336b90c2"}, + {file = "pyinstrument-4.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8e43d83d96837b887f0c3874bd9c64a8e67c4912740d0639bda70316eb8a9474"}, + {file = "pyinstrument-4.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:577a68a55ea97104fa24d0c3a99ab6219f117c56f75fea137bddfdf0a0186907"}, + {file = "pyinstrument-4.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:dbaa006ca080054ed1d6fad31cdfa69a26909fdceb8dade591dc5337d90f6b81"}, + {file = "pyinstrument-4.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:a464d866126fa4a01dd1ec2ae863b190ec073d17d47d152d76eb0045f9462a12"}, + {file = "pyinstrument-4.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1c256a741c61bd70dfd8c7ce06ff9ad6e6aaecb2aad68d0e7c3d0b05708451ec"}, + {file = "pyinstrument-4.2.0-cp39-cp39-win32.whl", hash = "sha256:e88e6668be7e5c6e9766b3c43fe374854a2cbeaf95a76b757cfb04385e03f098"}, + {file = "pyinstrument-4.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:48d37b323de5ee75b44ebd9a3864394e37e413e5e3afcfc37ffa052e688e13de"}, + {file = "pyinstrument-4.2.0.tar.gz", hash = "sha256:6de7d015bc2caf07ee49e82f4a37331d5c40efe7ddf6ff82c19504d8d8ca9772"}, +] [package.extras] jupyter = ["ipython"] @@ -84,87 +151,80 @@ jupyter = ["ipython"] name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +files = [ + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, +] [[package]] name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" +files = [ + {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, + {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, +] [[package]] name = "utils-tddschn" version = "0.1.6" description = "" -category = "main" optional = false python-versions = ">=3.10,<4.0" +files = [ + {file = "utils-tddschn-0.1.6.tar.gz", hash = "sha256:2fb56285cdc007316ab9b619f1f180cf93c8f47d92f1cd40dbacc6eac97c6c31"}, + {file = "utils_tddschn-0.1.6-py3-none-any.whl", hash = "sha256:0cc0415cd098d83fb62206f0ca0bda790225170e8a82b9befdbc3d1cd2e51a30"}, +] [[package]] name = "uvloop" version = "0.16.0" description = "Fast implementation of asyncio event loop on top of libuv" -category = "main" optional = true python-versions = ">=3.7" +files = [ + {file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6224f1401025b748ffecb7a6e2652b17768f30b1a6a3f7b44660e5b5b690b12d"}, + {file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:30ba9dcbd0965f5c812b7c2112a1ddf60cf904c1c160f398e7eed3a6b82dcd9c"}, + {file = "uvloop-0.16.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:bd53f7f5db562f37cd64a3af5012df8cac2c464c97e732ed556800129505bd64"}, + {file = "uvloop-0.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:772206116b9b57cd625c8a88f2413df2fcfd0b496eb188b82a43bed7af2c2ec9"}, + {file = "uvloop-0.16.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b572256409f194521a9895aef274cea88731d14732343da3ecdb175228881638"}, + {file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450"}, + {file = "uvloop-0.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3a19828c4f15687675ea912cc28bbcb48e9bb907c801873bd1519b96b04fb805"}, + {file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e814ac2c6f9daf4c36eb8e85266859f42174a4ff0d71b99405ed559257750382"}, + {file = "uvloop-0.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bd8f42ea1ea8f4e84d265769089964ddda95eb2bb38b5cbe26712b0616c3edee"}, + {file = "uvloop-0.16.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:647e481940379eebd314c00440314c81ea547aa636056f554d491e40503c8464"}, + {file = "uvloop-0.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e0d26fa5875d43ddbb0d9d79a447d2ace4180d9e3239788208527c4784f7cab"}, + {file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6ccd57ae8db17d677e9e06192e9c9ec4bd2066b77790f9aa7dede2cc4008ee8f"}, + {file = "uvloop-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:089b4834fd299d82d83a25e3335372f12117a7d38525217c2258e9b9f4578897"}, + {file = "uvloop-0.16.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98d117332cc9e5ea8dfdc2b28b0a23f60370d02e1395f88f40d1effd2cb86c4f"}, + {file = "uvloop-0.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e5f2e2ff51aefe6c19ee98af12b4ae61f5be456cd24396953244a30880ad861"}, + {file = "uvloop-0.16.0.tar.gz", hash = "sha256:f74bc20c7b67d1c27c72601c78cf95be99d5c2cdd4514502b4f3eb0933ff1228"}, +] [package.extras] -dev = ["Cython (>=0.29.24,<0.30.0)", "pytest (>=3.6.0)", "Sphinx (>=4.1.2,<4.2.0)", "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)", "sphinx-rtd-theme (>=0.5.2,<0.6.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "psutil", "pycodestyle (>=2.7.0,<2.8.0)", "pyOpenSSL (>=19.0.0,<19.1.0)", "mypy (>=0.800)"] -docs = ["Sphinx (>=4.1.2,<4.2.0)", "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)", "sphinx-rtd-theme (>=0.5.2,<0.6.0)"] -test = ["aiohttp", "flake8 (>=3.9.2,<3.10.0)", "psutil", "pycodestyle (>=2.7.0,<2.8.0)", "pyOpenSSL (>=19.0.0,<19.1.0)", "mypy (>=0.800)"] +dev = ["Cython (>=0.29.24,<0.30.0)", "Sphinx (>=4.1.2,<4.2.0)", "aiohttp", "flake8 (>=3.9.2,<3.10.0)", "mypy (>=0.800)", "psutil", "pyOpenSSL (>=19.0.0,<19.1.0)", "pycodestyle (>=2.7.0,<2.8.0)", "pytest (>=3.6.0)", "sphinx-rtd-theme (>=0.5.2,<0.6.0)", "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)"] +docs = ["Sphinx (>=4.1.2,<4.2.0)", "sphinx-rtd-theme (>=0.5.2,<0.6.0)", "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)"] +test = ["aiohttp", "flake8 (>=3.9.2,<3.10.0)", "mypy (>=0.800)", "psutil", "pyOpenSSL (>=19.0.0,<19.1.0)", "pycodestyle (>=2.7.0,<2.8.0)"] [[package]] name = "yapf" version = "0.32.0" description = "A formatter for Python code." -category = "dev" optional = false python-versions = "*" +files = [ + {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, + {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, +] [extras] uvloop = ["uvloop"] [metadata] -lock-version = "1.1" +lock-version = "2.0" python-versions = "^3.10" content-hash = "8325ba2ab8764393667dcd04aac1fcd5d079eff3a184f7e080303d1a81a06929" - -[metadata.files] -asttokens = [ - {file = "asttokens-2.0.5-py2.py3-none-any.whl", hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c"}, - {file = "asttokens-2.0.5.tar.gz", hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5"}, -] -bump2version = [ - {file = "bump2version-1.0.1-py2.py3-none-any.whl", hash = "sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410"}, - {file = "bump2version-1.0.1.tar.gz", hash = "sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6"}, -] -colorama = [ - {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"}, - {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, -] -executing = [] -icecream = [] -logging-utils-tddschn = [] -pygments = [ - {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"}, - {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, -] -pyinstrument = [] -six = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, -] -toml = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] -utils-tddschn = [] -uvloop = [] -yapf = [ - {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"}, - {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, -]