From adad2fc04fef0dd105d23a927d832e00673206aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:41:37 +0000 Subject: [PATCH] build(deps): bump pysqlx-core from 0.1.45 to 0.1.50 Bumps [pysqlx-core](https://github.com/carlos-rian/pysqlx-core) from 0.1.45 to 0.1.50. - [Release notes](https://github.com/carlos-rian/pysqlx-core/releases) - [Commits](https://github.com/carlos-rian/pysqlx-core/compare/v0.1.45...v0.1.50) --- updated-dependencies: - dependency-name: pysqlx-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 202 ++++++++++++++++++++-------------------------------- 1 file changed, 79 insertions(+), 123 deletions(-) diff --git a/poetry.lock b/poetry.lock index f87172f..2db6b27 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.6.1 and should not be changed by hand. [[package]] name = "annotated-types" version = "0.5.0" description = "Reusable constraint types to use with typing.Annotated" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -19,7 +18,6 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} name = "anyio" version = "3.7.1" description = "High level compatibility layer for multiple asynchronous event loop implementations" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -42,7 +40,6 @@ trio = ["trio (<0.22)"] name = "black" version = "23.3.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -93,7 +90,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -105,7 +101,6 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -121,7 +116,6 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -133,7 +127,6 @@ files = [ name = "coverage" version = "7.2.7" description = "Code coverage measurement for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -209,7 +202,6 @@ toml = ["tomli"] name = "exceptiongroup" version = "1.1.3" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -224,7 +216,6 @@ test = ["pytest (>=6)"] name = "execnet" version = "2.0.2" description = "execnet: rapid multi-Python deployment" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -239,7 +230,6 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] name = "h11" version = "0.14.0" description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -254,7 +244,6 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} name = "httpcore" version = "0.17.3" description = "A minimal low-level HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -266,17 +255,16 @@ files = [ anyio = ">=3.0,<5.0" certifi = "*" h11 = ">=0.13,<0.15" -sniffio = ">=1.0.0,<2.0.0" +sniffio = "==1.*" [package.extras] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "httpx" version = "0.24.1" description = "The next generation HTTP client." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -292,15 +280,14 @@ sniffio = "*" [package.extras] brotli = ["brotli", "brotlicffi"] -cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"] +cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] http2 = ["h2 (>=3,<5)"] -socks = ["socksio (>=1.0.0,<2.0.0)"] +socks = ["socksio (==1.*)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -312,7 +299,6 @@ files = [ name = "importlib-metadata" version = "6.7.0" description = "Read metadata from Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -333,7 +319,6 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -345,7 +330,6 @@ files = [ name = "isort" version = "5.11.5" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -363,7 +347,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -381,7 +364,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -393,7 +375,6 @@ files = [ name = "packaging" version = "23.2" description = "Core utilities for Python packages" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -405,7 +386,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -417,7 +397,6 @@ files = [ name = "platformdirs" version = "3.11.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -436,7 +415,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -455,7 +433,6 @@ testing = ["pytest", "pytest-benchmark"] name = "pydantic" version = "2.4.2" description = "Data validation using Python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -475,7 +452,6 @@ email = ["email-validator (>=2.0.0)"] name = "pydantic-core" version = "2.10.1" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -594,7 +570,6 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -607,91 +582,84 @@ plugins = ["importlib-metadata"] [[package]] name = "pysqlx-core" -version = "0.1.45" +version = "0.1.50" description = "A fast and async SQL database wrapper for Python, with support for MySQL, PostgreSQL, SQLite and MS SQL Server." -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pysqlx_core-0.1.45-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:1e106afafbb6adce782b9448f40e7306e3b9fe44e80fc1c638217de112859a32"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8c092e7643a4abd1316fcfcd84f960ab813010424c4dd2fd4c823feab710d5d7"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1b2a2db28f6133a9298f0d6e3ccdf0564624c1e49b44ae174d94c490c5c1f508"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e6dedbbfed32cdc9d6b9e39fe575e2662965d5973edf0f01f03dc81009379f2"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98d9ee0cc215a50b02eec803ee31481b8f8e39444ec071c745ce9e99bd747c6a"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_24_armv7l.whl", hash = "sha256:c2590c100f097463d117177715da77c6246f2896dd560d123e0140b035581af9"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_24_ppc64le.whl", hash = "sha256:fe51ab1dec1ff4f01797d906ac8da3d20d5fc6ac2b08bbb26100e721a218fe71"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-manylinux_2_24_s390x.whl", hash = "sha256:7bb74684542d4e0f7e2b70d7c9cbf45611eef996be9ed1cc7370d1d74619dd7c"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:614073b32010f4b64faf8932f374640c483a68848ebf756f847eae7b32bd74f4"}, - {file = "pysqlx_core-0.1.45-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:97a6ead01c712006f1278222fb4d8258224a1ce21e2abd4ee215c3afae1f7679"}, - {file = "pysqlx_core-0.1.45-cp310-none-win32.whl", hash = "sha256:875094dd080950587eae371219cc94f7997482919f9b735d224088e5a8e10a59"}, - {file = "pysqlx_core-0.1.45-cp310-none-win_amd64.whl", hash = "sha256:7dc95293fe64c560db5b7742f459243edc01d6909f29aece40be4e6af4dbca67"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e1a81b7d76a41fa5c3963022e23197c1f45b3911c864fcecfe1a779ab711c594"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:df51f752f1f0eee82a59a160161949e5ea49e50232a24d4ecd2213d0e5d6ee89"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:75878317587bab299110c5de409c2ef0e170caed51625f3d0d1cbfaf2afe8156"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4937528a9d893b357520e613d719d2277b128b031dc46569214542a977863ffd"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3fc2a45a5d1811a76547b78d17813bae9059e77e3c0fd07770622dbfe89ad237"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_24_armv7l.whl", hash = "sha256:1a395186afa2ddc112dcf33c0b48e9c1b63f4bbe0fa45ede20217794c1f06543"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_24_ppc64le.whl", hash = "sha256:b86251dd6a4d5a378237ea47b736aca6be79937ead890a0097637e186f5ad04f"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-manylinux_2_24_s390x.whl", hash = "sha256:5a4de88817ea65084a8d398d73c88da7b3a45276b4ccc6a5b57caae5c114ba7b"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9cd1b62cdd332b12e4cb7e55f6aea5ab37f0894ff4c4ab9d4ce228c094a597b3"}, - {file = "pysqlx_core-0.1.45-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:deb27ac2121da0d9095d420f79c0c659bb6454f665faa6f09670d662d10e516c"}, - {file = "pysqlx_core-0.1.45-cp311-none-win32.whl", hash = "sha256:bf091f3a2d1b7707e615c7cdf5471ac9cde67b65313213c2785677ffad23b50b"}, - {file = "pysqlx_core-0.1.45-cp311-none-win_amd64.whl", hash = "sha256:38028f7cd777d78b64a9f3d4255f6cad731e838c957eec1cde46c8eb9f4c515d"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:e4d83607551d166dba605a5732b51b4eb3a37840ce4edbc5a1234cf7120d2ed5"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:4f13d2d56cb26c5a9eea54dabf6c5bcbd5eb2b7842d66d963f42e752c49af381"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bfb3ac92d7f12f3121405d6bce70c2184b513baba6767b23b8de50c32c9590b3"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4492cc7a93fe062306cbf2c30258f939d4301e810d8f0ed0c8722b23a654711"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb4ce000fd82b2f710749f2c8cc7bb61ce7df4e93176295fb0c6b2e45b418b9f"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_24_armv7l.whl", hash = "sha256:b2a671a23e4e184373955ee1ea408d72f2ef50f8cd0669ef3c7026f26b2c2e24"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_24_ppc64le.whl", hash = "sha256:cedf09ae3fb757552dac2a370c5d5323dfda4caf3e944e72744c453ca05bd9f2"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-manylinux_2_24_s390x.whl", hash = "sha256:00e6b406fa890bdcdcfaeb167f1d240e83b7f0ad78bc1c8ca82f6456f99581f7"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c01a3ebbd18498d9cf95051a2f4fd3de68442113c1bb41c565264e4cce93ae4b"}, - {file = "pysqlx_core-0.1.45-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:5bcd3488b999393000c7f802760e191218ce81132179f51d6f858ffec0055255"}, - {file = "pysqlx_core-0.1.45-cp37-none-win32.whl", hash = "sha256:c51eda73deac68c84c48b3063ffd2dd29cb85709d5b6c3c04d44507ead674b38"}, - {file = "pysqlx_core-0.1.45-cp37-none-win_amd64.whl", hash = "sha256:0c6d6719097c8a1d4694261aaea485dda57c060778cb81a36581be82b8b976f7"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:c7380d8b23315eca2cf3cac5664db01c6c07e5e7c3a50ef7765bfcb224843f9e"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9f86d6693b5b32dd379ea252572537f0f765e108a815e9c1823113e0fe88019e"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:acf36874825ce4d288a2c41344a0b9627d81c4008e9b0ff841a1bf20622d58ed"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8fe303f031826f21157180a7b4c0383de289fb6f42e3a1474b800363fdf560bf"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9bad18a398edf4d900b302c82cd3b39cc39a30db92f2636f5ace1272357444b6"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_24_armv7l.whl", hash = "sha256:f1b26f46393f2e48d06f8ec76d65e5f6379010504f5cdb19ef1fb59db8a48d8b"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_24_ppc64le.whl", hash = "sha256:605fb1e6f311fdb353d835b4da8984e36454d78caca79c44eb491a70a2a7b2f5"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-manylinux_2_24_s390x.whl", hash = "sha256:47a3620b6e5d1909a95356f75507dd0ba814636667627432195bbe4dfbd05f67"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:8acba38d7cfcd721c294428faf6758533af909edf5330c61d41498fdb9c9c364"}, - {file = "pysqlx_core-0.1.45-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:07b8d651378b505df185c664690f07b969dfa84f1212077e71e82cb1c157e48a"}, - {file = "pysqlx_core-0.1.45-cp38-none-win32.whl", hash = "sha256:8583bf5f91405291abe22282bb50ae08fe93f167947b7c3905cbb39b45d4793d"}, - {file = "pysqlx_core-0.1.45-cp38-none-win_amd64.whl", hash = "sha256:62e4eed20415536a8e9c6a5fcac01360af269cd8771268e5e03cd9d07ab48377"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:361080cf0c4bf92619df59daeeade3380af6bb2c56d2dc8e337c9ccc20c9d49d"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:99e6b0a3aecbb4ff1277e53903d309ed22ea0f4815170e05b63ce0682501b383"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5d324b42d3b62a6d1106a4616aff0865277f223c1840b5e9518d888aba71770"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1fda024aefd4c4f7fc605c5f074dff07d194c7e81b135569f072ab069b987103"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0930907c40ab56997f3358018e407091b1b9ae0102aa7065763eb9fe460a5cb"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_24_armv7l.whl", hash = "sha256:70a2820322a481c632701ce4f28b5da9bf7a228328138f4e6b92b6c3b0ba0d7f"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_24_ppc64le.whl", hash = "sha256:5629ea8bd137f6937cbf9fe9ebec5546799a793123369d4ebf1eb631f89a515a"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-manylinux_2_24_s390x.whl", hash = "sha256:9d87ecbe8c214fffc91022164d3b91fc75e30eb1cc1f990bb2bccfa4cac1b5cf"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:8937e291424c2351590812e2bc2355fba27351e74c294121f3f7c1b1144d8521"}, - {file = "pysqlx_core-0.1.45-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:25b73a19f955d17a714ab65f6b48de92669040f1ba335e6cb4d94195c2c0abb4"}, - {file = "pysqlx_core-0.1.45-cp39-none-win32.whl", hash = "sha256:62fdc536212389c90823ee6c1360412ef3788fb7afb22dfb14cf35fd8d57717c"}, - {file = "pysqlx_core-0.1.45-cp39-none-win_amd64.whl", hash = "sha256:4ab036ce8517ba9eadee3c4799cb5cdeca7a345d860040992258c291ca96f9d0"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-macosx_10_7_x86_64.whl", hash = "sha256:4d18a1f8eda662f838ee7ee1998badf29ca6606a10660f4dba2dd6de0254b169"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:66cf3c9d5ff98a108674d04a090de1f8f12a24a329e69eab8ccd798b45fb319d"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19525b6281c0340d0548c10ad921041158547dced6089869ce9d308bb53d115b"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d84c704f88e1b760b913175f8c8508fad03d66f2f11ae9721bb3e9f4d3c02c6a"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:35165e41558194e577392121d16aa31fcfe6b02c98781e360250b23137ccf13d"}, - {file = "pysqlx_core-0.1.45-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:519677e3c00c38aea063a5811ace920b88a6fa8844022deb22d6b236bf74c4a5"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:16cdab1867b63b56c2b9ce161ec01e255fe889ff4ce21fc84a695940f7722e5b"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8895738d9fe9253c95334199c2254f81b9115e678806c91114cd47343b62099"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0dde11dc37bc3b071696f8faca853ba3b2b936d77fc8eccc5722e690caf3520e"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e43349f28f17898a5c9d8334e412339c3cd7a7a5d65bc42982cdc789af411ea"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e090ab1d9152375f8735036629bbab847e0658149560f4e3f1170bcd066efbaf"}, - {file = "pysqlx_core-0.1.45-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:83d7e9fef10d26c0f75e561f60400ba57129d7f65f2ab53c0226d2f5d8f0e9da"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d39a97cd3c879f08525f75c7b963259426ed4dcef25269a903df3c60babd0c36"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8945d672e5289da484d0ae08fc1d150f1c6f2891e9d06c7376ec492bc06b2330"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd5ede3896c140bc611754e3c6615d56d246203584fd06a426009db8fbf9289d"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a784832c77b8084e5c9529a17ded08febc5211a7269bf1fac51943286b7f8733"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:991cf617b3ffe051c41a33f9610edf1cb49c76b4425373daf4719c82fec4539c"}, - {file = "pysqlx_core-0.1.45-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e2eb3a29f4495a077e7c27c60e6d1f2217d00ef9ec205a0e38b8c5b01677dcb8"}, - {file = "pysqlx_core-0.1.45.tar.gz", hash = "sha256:3a39f96a607631dbdf042db8ea0317dba58c98e9d6be3f25f071cd6241f9c454"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:c5108d752caf04bc0713e2058d740197fb617683f9f72f7ef19f501cf262eef0"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:81e02d89e6fd19d55fd46fd27d6b802496e6f7ac70cfcb871d6d214de1a35265"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d04ef8a0f8fbc32b06745fdcff6e56a33f49738ae7be4704727d4824d4ded853"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3a845a7f8b910f4c066c4fbd5b1e15788496c50565b5611ab2994ee005791476"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:def9b3bcec9dea514e5158860e114883bbd67a771cc631dcb235f6cdb1f35f70"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7ac19e284f9769d38397e362d354d2406e1e156b4d0b0448a01f66c675a07f22"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:00411e2eebdc3470fa2bb276bb4e7d4f0c89cb18f4bc785f70f4a5371a91e710"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed826bcde2d5974e6162084cfc72367fdc5fce855cd8fbc6c903394bc069b429"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:910e85e8ebb601d69d5535dd64ff0fd2e0c3c6eaab6765573608c2d2c6387264"}, + {file = "pysqlx_core-0.1.50-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:39ad2be8b43e7c714b22a948d119f1844fb45cf262d749314b396aff7237cd6f"}, + {file = "pysqlx_core-0.1.50-cp310-none-win32.whl", hash = "sha256:56467cddfdfb98a0337499602d42f84ff4dea173f0b09e4ade200ac70b8e3bc4"}, + {file = "pysqlx_core-0.1.50-cp310-none-win_amd64.whl", hash = "sha256:3dfa86455fb27e1775c7d32ffd4034c403018fbfeab5228dcf6350ffe68eddf7"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:d4e9c87b225d866ac93274cfd16fb8fd195f84f0775f81fb6762630128f3fdcd"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4d39376c52173ef6e8856d3f4a6fd1ee08c39cc78c08c305df07fd1ad586b551"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:85c73e2b589efe1388dd8e93cc6884da73ee0641db5fb7168c76a10b0b38b87c"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7b3725cd71b04da7ae2c5fd92fccf106ee8fcb7fcc0f2f4cc3bc621ee4ef674d"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c153b5aca888be46d8511badbb8bc5e498e7bfa00a432824037f5e45d80bbbf4"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b95bbafc36876f5ef90d8c11eefe8b33ddf6f52fa3ec87296313173837864451"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:acb384e4fa2b34d87fd0f2eccfa2e451cd955c3b7f06633c500c37366fb1a50d"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb3467b3dedc584ebe633689d7d72b8a48b8de7b9d04a8537cb0a41c7f35b89c"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:78526566857d7cf1de82484c8312eb5455c5abed90925708ea215b81e9cf7d22"}, + {file = "pysqlx_core-0.1.50-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c34621a87c7da4275581a83bb43a3a0632cbf425d3051041a8586981325a75e2"}, + {file = "pysqlx_core-0.1.50-cp311-none-win32.whl", hash = "sha256:d4cae2f5ebfa8edbc03ea9db4db245bd38de416cb89f6d1040ee4fb1f5b908ad"}, + {file = "pysqlx_core-0.1.50-cp311-none-win_amd64.whl", hash = "sha256:93b546a513624f88f7dc809e1545b00630b54770f373c40f341b1ec04ad2f09d"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:35ef41d4689456246861d010e5fb0a5d6b9032362119966aefb4b424c0b95625"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c49e3ee136854841da346c87a00ffbf0f7c750bdc54d0208e15e91e6a2749fce"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dec105ec29a040ae1b34a8fbb5df0f15055d46810e323a5f5397c8906757da37"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2c5ca8239b95eb647ccc1347609d9b7c2bdfec1c6d54ec16fa78069f425ccafb"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6abb8a57d4377ab7842d9d983d0d6ac2327aff5c1f8d1b69b7a4906f05f283ed"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a4295c92be0d0150782e7d56b089866e6d0170c2a5464d06cd6a9831e30e28f7"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c85f1ddc8b29a249ae7e7bcc67d316350da00bdbcc7f3211ad273828671b01ae"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66dd2a9d1fe0e596166bf818edb317aba76dc12f6b5c7f6e86cb2d79bb8e5499"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b87eeca1522e827094d552dc6345a2abdc089c18c74d05a40cfddd691abb4109"}, + {file = "pysqlx_core-0.1.50-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b3d740460f36a423ee2d2d9baad78a0c8e2250c01215a8eb0d7b1617fa279a8e"}, + {file = "pysqlx_core-0.1.50-cp312-none-win32.whl", hash = "sha256:e6f59ac47a98e300481e356f992e45a45242a3e65785213a8ca9850d1e7b08da"}, + {file = "pysqlx_core-0.1.50-cp312-none-win_amd64.whl", hash = "sha256:95c9dd1549d1a86780fa51743ac005d868c3f638458188ad9a3db7d2cb3d3e3a"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:8120fb02bef36b7070b2fd5ad080229a428c187f9732477e9f52d1d78fe3aa7e"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:12f5d3a57189e01661bcbb977be291d0c4a4392043545558fe92fd78eb841ae0"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ede181df57b82d271580507768887532a951b2d3ebeaa5934745d122ccb3f99"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5c6b2fdabf5be75b47b4bfa516a39d07caaa41e9c28bca0b7f9b7c79b105ef7b"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab9d637d7a2d85a34c3d955ea63a66d4c26331dcfb512fa2e05d6fd7405aab4a"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:abc70bd2eeb73791057245bdd6cd249066077b8de95ac9acd441432d62721a47"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:315bc7680d18c676be73b45a6e76cf24a6fe603811d379f5f690552cd68d0f4e"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:189d3b3e3a7a5b138e4d650d0e3e6e0a3ce2119f23aadfad1aed6e5963dcc772"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:2bb348a8b5fc2a68cef09abcff2f8a074a029d77e1141865be22f94600bea862"}, + {file = "pysqlx_core-0.1.50-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a006fa7db87a63ac0d54b4beff0ac174f1c62af9c57caeec685e83c75e5bee13"}, + {file = "pysqlx_core-0.1.50-cp37-none-win32.whl", hash = "sha256:28191fa0de1bdc862d5534f264ed5ba9ff649adeec90fce1177c1f002a62b819"}, + {file = "pysqlx_core-0.1.50-cp37-none-win_amd64.whl", hash = "sha256:7fb1b11d40864671b1d16a7c67a236cb11b26dd7c6dc46c281cf31b9b00f16e8"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:69f28ebc76b07cf89d42f73c34f272ecf42e461aa464f550e822f60747d9a965"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d257717ab78f13b1b5a9d9288cfbb1e4696c8020fe3ee51ea0917514b825a8f0"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6848d12899030d97c99620ee2d279800c25fee7a55741eb9f722f2aa3f8dc75f"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6b4020e4dfd4edc9e995bcdb9ba220fd10fe05cdcff575565dc3f31caad7699f"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9d9d0b1420709f5af7334486fbffd7e002c037aaac270f460e1305399885390b"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5228f81a82e440842ec65597a0f9766945cd85990b83060dc0496a42a56bdd46"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a4ff4487058d27cbac8051b78a97eff35b04b81e94bee5de95f50c054cf8169c"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7365e57947827268e2f8e097a8262c3f0cee87e6bb8618fa86b6441781bb3738"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:06f14ed5c7a25f2b39366c00f61f4dee87f89a0403222c7c20f0ce640b08a91a"}, + {file = "pysqlx_core-0.1.50-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:399325ab709fbf1a155410aed10c8c51056b04cfa7e5b62dc5f150fcb78bb9de"}, + {file = "pysqlx_core-0.1.50-cp38-none-win32.whl", hash = "sha256:95469fd91c8be8d538a846210c2f9d36dbb5b69f4c8652b4adc6989ba37378f7"}, + {file = "pysqlx_core-0.1.50-cp38-none-win_amd64.whl", hash = "sha256:77b1c6f5e6b9b557ba19935d1061d88afc8a91bc1186e253a48144325b10c300"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:ecbdc620ed8837bb5507677ef183ee8110109e20b5f371420c22e7d351e11a83"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3117e2d92f4ccb35adfba6c5cb93e55384cc177e9d417c123b0ce65ca3a5ce54"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a19c4ab80601639464fa962c126ce1e8f49e41c505bd2011c0e9285f1131fbb9"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7fd9aeea6cde88c2b33c74153f4d4cec3fd290392918cd508fd75561601eed1b"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1f9fcd2ddc4212a54d7c589f0040acaf35692f8b431085e2729481e0734f07d"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:925aceab9225ff05f115f824a26ed696465b7bc10c79c134871089d9f21f0c18"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5328f049edff09903704b7860ae98f218ef383a0261490ba85826bf3d4c38db6"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8f33783974ede9867d0308992b85dcccf27cf811e4e1aee7c2693549176daa5"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7b4e10d3901c9f5f2c26fb4aeee7419eaa1ba138fcb67d357ec698e22ea9d783"}, + {file = "pysqlx_core-0.1.50-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ae295d61cbdb2717da61e71c88a078c90e2806028c92760bdfd5e1cb15b5294a"}, + {file = "pysqlx_core-0.1.50-cp39-none-win32.whl", hash = "sha256:71d5c0399838dd0eb2b097991bae89838c70c075b7b48b10ae14da1ceb49a99c"}, + {file = "pysqlx_core-0.1.50-cp39-none-win_amd64.whl", hash = "sha256:3b27e15523634edcb3d485d39fd62b891497e72c1285f88c87531ab209118351"}, + {file = "pysqlx_core-0.1.50.tar.gz", hash = "sha256:c9c8cf874e6109f953e88719ba977824a8f6cd2245e666ce2867e11183c76582"}, ] [package.dependencies] @@ -701,7 +669,6 @@ typing_extensions = {version = "*", markers = "python_version < \"3.11.0\""} name = "pytest" version = "7.4.2" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -725,7 +692,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-asyncio" version = "0.21.1" description = "Pytest support for asyncio" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -745,7 +711,6 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -764,7 +729,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pytest-dotenv" version = "0.5.2" description = "A py.test plugin that parses environment files before running tests" -category = "dev" optional = false python-versions = "*" files = [ @@ -780,7 +744,6 @@ python-dotenv = ">=0.9.1" name = "pytest-xdist" version = "3.3.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -801,7 +764,6 @@ testing = ["filelock"] name = "python-dotenv" version = "0.21.1" description = "Read key-value pairs from a .env file and set them as environment variables" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -816,7 +778,6 @@ cli = ["click (>=5.0)"] name = "sniffio" version = "1.3.0" description = "Sniff out which async library your code is running under" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -828,7 +789,6 @@ files = [ 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 = [ @@ -840,7 +800,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -852,7 +811,6 @@ files = [ name = "typed-ast" version = "1.5.5" description = "a fork of Python 2 and 3 ast modules with type comment support" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -903,7 +861,6 @@ files = [ name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -915,7 +872,6 @@ files = [ name = "zipp" version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "dev" optional = false python-versions = ">=3.7" files = [