Skip to content

Commit 767ba6b

Browse files
authored
removing explicit urllib3 pinning (#154)
introduced in 210e80b
1 parent b3a47aa commit 767ba6b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def find_version(*file_paths):
4141
install_requires=[
4242
"cloudformation-cli>=0.1.14",
4343
"docker>=3.7,<5",
44-
"urllib3<1.26",
4544
],
4645
entry_points={
4746
"rpdk.v1.languages": [

src/cloudformation_cli_python_lib/interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pylint: disable=invalid-name
12
import logging
23
from dataclasses import dataclass
34
from enum import Enum, auto

0 commit comments

Comments
 (0)