From c9897cbaebe0d70cc00cd9e552c911e62b341719 Mon Sep 17 00:00:00 2001 From: Dinis Cruz Date: Wed, 16 Oct 2024 11:53:59 +0100 Subject: [PATCH] updated poetry.lock --- poetry.lock | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7775ce9..a247c6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "boto3" -version = "1.35.40" +version = "1.35.41" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.40-py3-none-any.whl", hash = "sha256:9352f6d61f15c789231a5d608613f03425059072ed862c32e1ed102b17206abf"}, - {file = "boto3-1.35.40.tar.gz", hash = "sha256:33c6a7aeab316f7e0b3ad8552afe95a4a10bfd58519d00741c4d4f3047da8382"}, + {file = "boto3-1.35.41-py3-none-any.whl", hash = "sha256:2bf7e7f376aee52155fc4ae4487f29333a6bcdf3a05c3bc4fede10b972d951a6"}, + {file = "boto3-1.35.41.tar.gz", hash = "sha256:e74bc6d69c04ca611b7f58afe08e2ded6cb6504a4a80557b656abeefee395f88"}, ] [package.dependencies] -botocore = ">=1.35.40,<1.36.0" +botocore = ">=1.35.41,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -21,13 +21,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.40" +version = "1.35.41" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.40-py3-none-any.whl", hash = "sha256:072cc47f29cb1de4fa77ce6632e4f0480af29b70816973ff415fbaa3f50bd1db"}, - {file = "botocore-1.35.40.tar.gz", hash = "sha256:547e0a983856c7d7aeaa30fca2a283873c57c07366cd806d2d639856341b3c31"}, + {file = "botocore-1.35.41-py3-none-any.whl", hash = "sha256:915c4d81e3a0be3b793c1e2efdf19af1d0a9cd4a2d8de08ee18216c14d67764b"}, + {file = "botocore-1.35.41.tar.gz", hash = "sha256:8a09a32136df8768190a6c92f0240cd59c30deb99c89026563efadbbed41fa00"}, ] [package.dependencies] @@ -51,29 +51,28 @@ files = [ [[package]] name = "osbot-aws" -version = "2.36.8" +version = "2.36.10" description = "OWASP Security Bot - AWS" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "osbot_aws-2.36.8-py3-none-any.whl", hash = "sha256:1f74a97472c7b981db2225687e8c402c88dcd2cac86754799f02ada986c1de7c"}, - {file = "osbot_aws-2.36.8.tar.gz", hash = "sha256:351a57fd85b958a0635a59906dea41bf5d0315ac3dbdf774ace5da8315b16203"}, + {file = "osbot_aws-2.36.10-py3-none-any.whl", hash = "sha256:5e0b582813c55843a059dc30ba521f049da3d309b73bf5f3ba30da4d537d59e3"}, + {file = "osbot_aws-2.36.10.tar.gz", hash = "sha256:07c92b536c9a9549a7e379e9e7b492e346379b00257b40be8475b13f08317254"}, ] [package.dependencies] boto3 = "*" osbot-utils = "*" -python-dotenv = "*" [[package]] name = "osbot-utils" -version = "1.60.0" +version = "1.62.0" description = "OWASP Security Bot - Utils" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "osbot_utils-1.60.0-py3-none-any.whl", hash = "sha256:8422d072b014a58adf906374df0cabb1d154ac7be6f3801216a80d8c201b784c"}, - {file = "osbot_utils-1.60.0.tar.gz", hash = "sha256:f244c813b3daf9b2430c254a724ca4c3cc9e231c8a408d948f7e2cc122cee3ec"}, + {file = "osbot_utils-1.62.0-py3-none-any.whl", hash = "sha256:1a64a4aefeed4f9182b0ed8326f7785ce72db515acf2c634996d5308c7f88638"}, + {file = "osbot_utils-1.62.0.tar.gz", hash = "sha256:af265c7b0a9500ec0af01a587840f8b50ae25f7b79467f39cae1697675878aeb"}, ] [[package]] @@ -90,20 +89,6 @@ files = [ [package.dependencies] six = ">=1.5" -[[package]] -name = "python-dotenv" -version = "1.0.1" -description = "Read key-value pairs from a .env file and set them as environment variables" -optional = false -python-versions = ">=3.8" -files = [ - {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, - {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, -] - -[package.extras] -cli = ["click (>=5.0)"] - [[package]] name = "s3transfer" version = "0.10.3"