From 39d726ed9ef5f93be2141c219f38145ff849759a Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:49:47 -0600 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=8C=20Update=20urllib3=20to?= =?UTF-8?q?=20>=3D2.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c9373a5..b66d2c7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1510,13 +1510,13 @@ django = ">=4.2" [[package]] name = "dnacentersdk" -version = "2.7.6" +version = "2.7.7" description = "Cisco DNA Center Platform SDK" optional = true python-versions = "<4.0,>=3.8" files = [ - {file = "dnacentersdk-2.7.6-py3-none-any.whl", hash = "sha256:9f079654a9ce34e893111242f598fce39b8af16445cb1a45769ebf9a40ae878b"}, - {file = "dnacentersdk-2.7.6.tar.gz", hash = "sha256:e8e1694c9bf2a5a173b13be738ec8e986efc87a3332bf9e03162b682081d4fc0"}, + {file = "dnacentersdk-2.7.7-py3-none-any.whl", hash = "sha256:815bb07cf5a9c498b4e6ae971a986b2a3de7285c0989ea7854aebd32492a918b"}, + {file = "dnacentersdk-2.7.7.tar.gz", hash = "sha256:95bfc91e10fbb91866a816a29cd25cde1986cb924157edbc2c8786a48fa4405d"}, ] [package.dependencies] @@ -5910,4 +5910,4 @@ servicenow = ["Jinja2", "PyYAML", "ijson", "oauthlib", "python-magic", "pytz", " [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "398f672b6babc096e76b7790baa0e03862ca13c0ebad0eaccde5e494773495c6" +content-hash = "468a33c56c433f76654463e4df45b30cb3c5efc2421f62ef7ae20d17b6bb4f42" diff --git a/pyproject.toml b/pyproject.toml index 31c2fb4b..7883b9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ python-magic = { version = ">=0.4.15", optional = true } pytz = { version = ">=2019.3", optional = true } requests = { version = ">=2.21.0", optional = true } requests-oauthlib = { version = ">=1.3.0", optional = true } -urllib3 = { version = "^2.2.3", optional = true } +urllib3 = { version = ">=2.2.3", optional = true } six = { version = ">=1.13.0", optional = true } httpx = { version = ">=0.23.3", optional = true } # Used by the Itential SSoT as a retry mechanism for HTTP failures in the AutomationGatewayClient.