From e41bee78f00ef6bd9c4a879aab96c0c96a08263d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 05:43:52 +0000 Subject: [PATCH] Bump pytest-httpserver from 0.3.4 to 0.3.7 in /test/functional Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 0.3.4 to 0.3.7. - [Release notes](https://github.com/csernazs/pytest-httpserver/releases) - [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst) - [Commits](https://github.com/csernazs/pytest-httpserver/compare/0.3.4...0.3.7) Signed-off-by: dependabot-preview[bot] --- test/functional/poetry.lock | 249 ++++++++++++++++----------------- test/functional/pyproject.toml | 2 +- 2 files changed, 118 insertions(+), 133 deletions(-) diff --git a/test/functional/poetry.lock b/test/functional/poetry.lock index d76131fa..2b952e4a 100644 --- a/test/functional/poetry.lock +++ b/test/functional/poetry.lock @@ -1,19 +1,18 @@ [[package]] -category = "main" -description = "Atomic file writes." -marker = "sys_platform == \"win32\"" name = "atomicwrites" +version = "1.3.0" +description = "Atomic file writes." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.3.0" [[package]] -category = "main" -description = "Classes Without Boilerplate" name = "attrs" +version = "19.3.0" +description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "19.3.0" [package.extras] azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"] @@ -22,28 +21,28 @@ docs = ["sphinx", "zope.interface"] tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] [[package]] -category = "main" -description = "Python package for providing Mozilla's CA Bundle." name = "certifi" +version = "2019.9.11" +description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = "*" -version = "2019.9.11" [[package]] -category = "main" -description = "Universal encoding detector for Python 2 and 3" name = "chardet" +version = "3.0.4" +description = "Universal encoding detector for Python 2 and 3" +category = "main" optional = false python-versions = "*" -version = "3.0.4" [[package]] -category = "main" -description = "A framework for easier cross-platform GUI testing." name = "clickshot" +version = "0.4.0" +description = "A framework for easier cross-platform GUI testing." +category = "main" optional = false python-versions = ">=3.6,<4.0" -version = "0.4.0" [package.dependencies] mss = ">=4.0,<5.0" @@ -52,47 +51,42 @@ opencv-python = ">=4.1,<5.0" pynput = ">=1.4,<2.0" [[package]] -category = "main" -description = "Cross-platform colored terminal text." -marker = "sys_platform == \"win32\"" name = "colorama" +version = "0.4.1" +description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "0.4.1" [[package]] -category = "main" -description = "the modular source code checker: pep8 pyflakes and co" name = "flake8" +version = "3.8.3" +description = "the modular source code checker: pep8 pyflakes and co" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" -version = "3.8.3" [package.dependencies] +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} mccabe = ">=0.6.0,<0.7.0" pycodestyle = ">=2.6.0a1,<2.7.0" pyflakes = ">=2.2.0,<2.3.0" -[package.dependencies.importlib-metadata] -python = "<3.8" -version = "*" - [[package]] -category = "main" -description = "Internationalized Domain Names in Applications (IDNA)" name = "idna" +version = "2.8" +description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "2.8" [[package]] -category = "main" -description = "Read metadata from Python packages" -marker = "python_version < \"3.8\"" name = "importlib-metadata" +version = "0.23" +description = "Read metadata from Python packages" +category = "main" optional = false python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3" -version = "0.23" [package.dependencies] zipp = ">=0.5" @@ -102,223 +96,214 @@ docs = ["sphinx", "rst.linker"] testing = ["packaging", "importlib-resources"] [[package]] -category = "main" -description = "McCabe checker, plugin for flake8" name = "mccabe" +version = "0.6.1" +description = "McCabe checker, plugin for flake8" +category = "main" optional = false python-versions = "*" -version = "0.6.1" [[package]] -category = "main" -description = "More routines for operating on iterables, beyond itertools" name = "more-itertools" +version = "7.2.0" +description = "More routines for operating on iterables, beyond itertools" +category = "main" optional = false python-versions = ">=3.4" -version = "7.2.0" [[package]] -category = "main" -description = "An ultra fast cross-platform multiple screenshots module in pure python using ctypes." name = "mss" +version = "4.0.3" +description = "An ultra fast cross-platform multiple screenshots module in pure python using ctypes." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -version = "4.0.3" [[package]] -category = "main" -description = "NumPy is the fundamental package for array computing with Python." name = "numpy" +version = "1.17.4" +description = "NumPy is the fundamental package for array computing with Python." +category = "main" optional = false python-versions = ">=3.5" -version = "1.17.4" [[package]] -category = "main" -description = "Wrapper package for OpenCV python bindings." name = "opencv-python" +version = "4.1.2.30" +description = "Wrapper package for OpenCV python bindings." +category = "main" optional = false python-versions = "*" -version = "4.1.2.30" [package.dependencies] numpy = ">=1.11.1" [[package]] -category = "main" -description = "Core utilities for Python packages" name = "packaging" +version = "19.2" +description = "Core utilities for Python packages" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "19.2" [package.dependencies] pyparsing = ">=2.0.2" six = "*" [[package]] -category = "main" -description = "plugin and hook calling mechanisms for python" name = "pluggy" +version = "0.13.1" +description = "plugin and hook calling mechanisms for python" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "0.13.1" [package.dependencies] -[package.dependencies.importlib-metadata] -python = "<3.8" -version = ">=0.12" +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} [package.extras] dev = ["pre-commit", "tox"] [[package]] -category = "main" -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" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "1.8.0" [[package]] -category = "main" -description = "Python style guide checker" name = "pycodestyle" +version = "2.6.0" +description = "Python style guide checker" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "2.6.0" [[package]] -category = "main" -description = "passive checker of Python programs" name = "pyflakes" +version = "2.2.0" +description = "passive checker of Python programs" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "2.2.0" [[package]] -category = "main" -description = "Hamcrest framework for matcher objects" name = "pyhamcrest" +version = "2.0.2" +description = "Hamcrest framework for matcher objects" +category = "main" optional = false python-versions = ">=3.5" -version = "2.0.2" [[package]] -category = "main" -description = "Monitor and control user input devices" name = "pynput" +version = "1.4.5" +description = "Monitor and control user input devices" +category = "main" optional = false python-versions = "*" -version = "1.4.5" [package.dependencies] -pyobjc-framework-Quartz = ">=3.0" -python-xlib = ">=0.17" +pyobjc-framework-Quartz = {version = ">=3.0", markers = "sys_platform == \"darwin\""} +python-xlib = {version = ">=0.17", markers = "sys_platform in \"linux\""} six = "*" [[package]] -category = "main" -description = "Python<->ObjC Interoperability Module" -marker = "sys_platform == \"darwin\"" name = "pyobjc-core" +version = "6.1" +description = "Python<->ObjC Interoperability Module" +category = "main" optional = false python-versions = ">=3.6" -version = "6.1" [[package]] -category = "main" -description = "Wrappers for the Cocoa frameworks on macOS" -marker = "sys_platform == \"darwin\"" name = "pyobjc-framework-cocoa" +version = "6.1" +description = "Wrappers for the Cocoa frameworks on macOS" +category = "main" optional = false python-versions = ">=3.6" -version = "6.1" [package.dependencies] pyobjc-core = ">=6.1" [[package]] -category = "main" -description = "Wrappers for the Quartz frameworks on macOS" -marker = "sys_platform == \"darwin\"" name = "pyobjc-framework-quartz" +version = "6.1" +description = "Wrappers for the Quartz frameworks on macOS" +category = "main" optional = false python-versions = ">=3.6" -version = "6.1" [package.dependencies] pyobjc-core = ">=6.1" pyobjc-framework-Cocoa = ">=6.1" [[package]] -category = "main" -description = "Python parsing module" name = "pyparsing" +version = "2.4.5" +description = "Python parsing module" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -version = "2.4.5" [[package]] -category = "main" -description = "pytest: simple powerful testing with Python" name = "pytest" +version = "5.4.3" +description = "pytest: simple powerful testing with Python" +category = "main" optional = false python-versions = ">=3.5" -version = "5.4.3" [package.dependencies] -atomicwrites = ">=1.0" +atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} attrs = ">=17.4.0" -colorama = "*" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} more-itertools = ">=4.0.0" packaging = "*" pluggy = ">=0.12,<1.0" py = ">=1.5.0" wcwidth = "*" -[package.dependencies.importlib-metadata] -python = "<3.8" -version = ">=0.12" - [package.extras] -checkqa-mypy = ["mypy (v0.761)"] +checkqa-mypy = ["mypy (==v0.761)"] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] [[package]] -category = "main" -description = "pytest-httpserver is a httpserver for pytest" name = "pytest-httpserver" +version = "0.3.7" +description = "pytest-httpserver is a httpserver for pytest" +category = "main" optional = false python-versions = ">=3.4" -version = "0.3.4" [package.dependencies] werkzeug = "*" [package.extras] -dev = ["coverage", "ipdb", "pycodestyle", "pylint", "pytest", "pytest-cov", "reno", "requests", "rope", "sphinx", "sphinx-rtd-theme", "wheel"] +dev = ["autopep8", "coverage", "flake8", "ipdb", "pytest", "pytest-cov", "reno", "requests", "sphinx", "sphinx-rtd-theme", "wheel"] test = ["coverage", "pytest", "pytest-cov", "requests"] [[package]] -category = "main" -description = "Python X Library" -marker = "sys_platform in \"linux\"" name = "python-xlib" +version = "0.25" +description = "Python X Library" +category = "main" optional = false python-versions = "*" -version = "0.25" [package.dependencies] six = ">=1.10.0" [[package]] -category = "main" -description = "Python HTTP for Humans." name = "requests" +version = "2.24.0" +description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -version = "2.24.0" [package.dependencies] certifi = ">=2017.4.17" @@ -328,44 +313,44 @@ urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26" [package.extras] security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"] -socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"] +socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] [[package]] -category = "main" -description = "Python 2 and 3 compatibility utilities" name = "six" +version = "1.13.0" +description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*" -version = "1.13.0" [[package]] -category = "main" -description = "HTTP library with thread-safe connection pooling, file post, and more." name = "urllib3" +version = "1.25.7" +description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" -version = "1.25.7" [package.extras] brotli = ["brotlipy (>=0.6.0)"] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] -socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"] +socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] -category = "main" -description = "Measures number of Terminal column cells of wide-character codes" name = "wcwidth" +version = "0.1.7" +description = "Measures number of Terminal column cells of wide-character codes" +category = "main" optional = false python-versions = "*" -version = "0.1.7" [[package]] -category = "main" -description = "The comprehensive WSGI web application library." name = "werkzeug" +version = "0.16.0" +description = "The comprehensive WSGI web application library." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "0.16.0" [package.extras] dev = ["pytest", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinx-issues"] @@ -373,13 +358,12 @@ termcolor = ["termcolor"] watchdog = ["watchdog"] [[package]] -category = "main" -description = "Backport of pathlib-compatible object wrapper for zip files" -marker = "python_version < \"3.8\"" name = "zipp" +version = "0.6.0" +description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=2.7" -version = "0.6.0" [package.dependencies] more-itertools = "*" @@ -389,8 +373,9 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] -content-hash = "2f2644cc7685af6b0fc11817bc67886c2989953832afa5aac7f621d655624dc9" +lock-version = "1.1" python-versions = "^3.7" +content-hash = "da5aa0d37ec3705731d1bcf3b1017626709e2b13124886e494cb0ef7f0c36f79" [metadata.files] atomicwrites = [ @@ -548,8 +533,8 @@ pytest = [ {file = "pytest-5.4.3.tar.gz", hash = "sha256:7979331bfcba207414f5e1263b5a0f8f521d0f457318836a7355531ed1a4c7d8"}, ] pytest-httpserver = [ - {file = "pytest_httpserver-0.3.4-py3-none-any.whl", hash = "sha256:7feab352b2626d1a0ecdebffcac5e5875979f08ad7e621b2289980ce8f6ebc5b"}, - {file = "pytest_httpserver-0.3.4.tar.gz", hash = "sha256:c7269aed8b4f2d24e41eaa2034dd9ab7ae02b0cb6e71afeae93127832920ec8d"}, + {file = "pytest_httpserver-0.3.7-py3-none-any.whl", hash = "sha256:f95d2446cd4fa41d318039e1fe5c12967dd6dca3ca73ef24515f4a270821eebd"}, + {file = "pytest_httpserver-0.3.7.tar.gz", hash = "sha256:6204dcad49708768f3d2d25d3148239bc45caabb6927fa14426dd29f151ce59e"}, ] python-xlib = [ {file = "python-xlib-0.25.tar.bz2", hash = "sha256:204f280b549352af6cbdaff43405186822ae05749518dd9be209bd88a0088f99"}, diff --git a/test/functional/pyproject.toml b/test/functional/pyproject.toml index 7cd9e8b8..3910fdcf 100644 --- a/test/functional/pyproject.toml +++ b/test/functional/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL-3.0" python = "^3.7" flake8 = "^3.8" pytest = "^5.4" -pytest-httpserver = "^0.3.4" +pytest-httpserver = "^0.3.7" PyHamcrest = "^2.0" requests = "^2.24"