diff --git a/poetry.lock b/poetry.lock index c6c4735..b1345a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.2" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd"}, - {file = "urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] @@ -685,4 +685,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "41fcd36cd0a71dd247e30069100dd01203e12d643cd85adc3da802820e496bc3" +content-hash = "fa4ad97dc059d3f27519debf398d55b7054dc9bd8066d85ace1903904d1ca709" diff --git a/pyproject.toml b/pyproject.toml index c658ae5..fc88b0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ PyYAML = "6.0.3" requests = "2.32.5" six = "1.17.0" toml = "==0.10.2" -urllib3 = "^2.6.2" +urllib3 = "^2.6.3" wrapt = "2.0.1" XlsxWriter = "3.2.9" astroid = "4.0.2"