diff --git a/kata-solutions/bugs-zero-kata/bugs-zero-python/poetry.lock b/kata-solutions/bugs-zero-kata/bugs-zero-python/poetry.lock index cf7a8e95..7f94444e 100644 --- a/kata-solutions/bugs-zero-kata/bugs-zero-python/poetry.lock +++ b/kata-solutions/bugs-zero-kata/bugs-zero-python/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.6.1 and should not be changed by hand. [[package]] name = "allpairspy" version = "2.5.1" description = "Pairwise test combinations generator" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -19,7 +18,6 @@ test = ["pytest (>=6.0.1)", "pytest-md-report (>=0.3)"] name = "approval-utilities" version = "9.0.0" description = "Utilities for your production code that work well with approvaltests" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -31,7 +29,6 @@ files = [ name = "approvaltests" version = "9.0.0" description = "Assertion/verification library to aid testing" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -55,7 +52,6 @@ typing-extensions = ">=3.6.2" name = "beautifulsoup4" version = "4.12.2" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -74,7 +70,6 @@ lxml = ["lxml"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -86,7 +81,6 @@ files = [ name = "charset-normalizer" version = "3.3.0" 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 = [ @@ -186,7 +180,6 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -198,7 +191,6 @@ files = [ name = "coverage" version = "7.3.2" description = "Code coverage measurement for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -266,7 +258,6 @@ toml = ["tomli"] name = "empty-files" version = "0.0.9" description = "Serves empty files of many types" -category = "main" optional = false python-versions = ">=3.7.1" files = [ @@ -281,7 +272,6 @@ requests = "*" name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -296,7 +286,6 @@ test = ["pytest (>=6)"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -308,7 +297,6 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -320,7 +308,6 @@ files = [ name = "mock" version = "5.1.0" description = "Rolling backport of unittest.mock for all Pythons" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -337,7 +324,6 @@ test = ["pytest", "pytest-cov"] name = "mrjob" version = "0.7.4" description = "Python MapReduce framework" -category = "main" optional = false python-versions = "*" files = [ @@ -359,7 +345,6 @@ ujson = ["ujson"] name = "packaging" version = "23.2" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -371,7 +356,6 @@ files = [ name = "pluggy" version = "1.3.0" description = "plugin and hook calling mechanisms for python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -387,7 +371,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pyperclip" version = "1.8.2" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" -category = "main" optional = false python-versions = "*" files = [ @@ -398,7 +381,6 @@ files = [ name = "pytest" version = "7.4.2" description = "pytest: simple powerful testing with Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -421,7 +403,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -440,7 +421,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -500,7 +480,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -522,7 +501,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -534,7 +512,6 @@ files = [ name = "testfixtures" version = "7.2.0" description = "A collection of helpers and mock objects for unit tests and doc tests." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -551,7 +528,6 @@ test = ["django", "mypy", "pytest (>=3.6)", "pytest-cov", "pytest-django", "sybi name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -563,7 +539,6 @@ files = [ name = "typing-extensions" version = "4.8.0" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -573,14 +548,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras]