From f7838f27767b2fe3418f620a8da2ccf54f39da56 Mon Sep 17 00:00:00 2001 From: Marcin Sobczyk <msobczyk@syncad.com> Date: Tue, 27 Aug 2024 08:58:40 +0200 Subject: [PATCH] DO NOT MERGE --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2932941d..11d1e8c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1211,12 +1211,12 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "wax" -version = "0.3.10.dev25+8044195" +version = "0.3.10.dev72+4adefed" description = "" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "wax-0.3.10.dev25+8044195-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:a5ff06bd8f982aaafcd9adb358834138293e220cd3b9e05289a2cf5ea3f829fb"}, + {file = "wax-0.3.10.dev72+4adefed-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:38b8c29a75d60c9517369f90cf40d5f68d5f6dd6b45fd7f8797ff0b31dacfb93"}, ] [package.dependencies] @@ -1331,4 +1331,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ecb35b6a59413f6b7825d3a3460ad5e93c8723297004a965bbd4086076e97d8f" +content-hash = "edd1a36d5314e80df926cda0f0276ae539cf91827bdeedad81311cfc4a59edf5" diff --git a/pyproject.toml b/pyproject.toml index 48abd5a8..9931e5cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ loguru = "0.7.2" httpx = { extras = ["http2"], version = "0.23.3" } requests = "2.27.1" aiohttp = "3.9.1" -wax = "0.3.10.dev25+8044195" +wax = "0.3.10.dev72+4adefed" schemas = "0.0.1.dev309+5a8cfff" -- GitLab