From 1f1868d2ce7bf9a03c4770d0d575f05fb9e1e642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:57:50 +0000 Subject: [PATCH] Bump the pip group with 3 updates Bumps the pip group with 3 updates: [saritasa-invocations](https://github.com/saritasa-nest/saritasa-invocations), [certifi](https://github.com/certifi/python-certifi) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `saritasa-invocations` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/saritasa-nest/saritasa-invocations/releases) - [Changelog](https://github.com/saritasa-nest/saritasa-invocations/blob/main/CHANGELOG.md) - [Commits](https://github.com/saritasa-nest/saritasa-invocations/compare/1.2.3...1.3.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `sqlparse` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.2...0.5.3) --- updated-dependencies: - dependency-name: saritasa-invocations dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: pip - dependency-name: sqlparse dependency-type: indirect update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb59703..f06b4f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -192,13 +192,13 @@ zstd = ["zstandard (==0.22.0)"] [[package]] name = "certifi" -version = "2024.8.30" +version = "2024.12.14" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, - {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, + {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, + {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, ] [[package]] @@ -1796,13 +1796,13 @@ files = [ [[package]] name = "saritasa-invocations" -version = "1.2.3" +version = "1.3.0" description = "Collection of invoke commands used by Saritasa" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "saritasa_invocations-1.2.3-py3-none-any.whl", hash = "sha256:83d649b7d7eb4dc14faa484632d5780ace0d992fda0c0571fecfabb765864c70"}, - {file = "saritasa_invocations-1.2.3.tar.gz", hash = "sha256:43059dbe477079eeee14f18f317ba81923790c8beee34f84db2b68eef4d7e16b"}, + {file = "saritasa_invocations-1.3.0-py3-none-any.whl", hash = "sha256:11df628c6d7960c13663bfc0d105a26eab0a07fa8d4ea9eda9b11546452d3bdb"}, + {file = "saritasa_invocations-1.3.0.tar.gz", hash = "sha256:6b782e44e39f719daa6af2539ceaadfe195fd5afe819a45668dd3dab8a9b4e67"}, ] [package.dependencies] @@ -1993,13 +1993,13 @@ test = ["pytest"] [[package]] name = "sqlparse" -version = "0.5.2" +version = "0.5.3" description = "A non-validating SQL parser." optional = false python-versions = ">=3.8" files = [ - {file = "sqlparse-0.5.2-py3-none-any.whl", hash = "sha256:e99bc85c78160918c3e1d9230834ab8d80fc06c59d03f8db2618f65f65dda55e"}, - {file = "sqlparse-0.5.2.tar.gz", hash = "sha256:9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f"}, + {file = "sqlparse-0.5.3-py3-none-any.whl", hash = "sha256:cf2196ed3418f3ba5de6af7e82c694a9fbdbfecccdfc72e281548517081f16ca"}, + {file = "sqlparse-0.5.3.tar.gz", hash = "sha256:09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272"}, ] [package.extras]