Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 7af035a

Browse files
Bump urllib3 from 1.26.2 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 054561a commit 7af035a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def load_description(path_dir=PATH_ROOT, filename="README.md"):
4242
]
4343

4444
python_requires = ">=3.8"
45-
install_requires = ["python-dotenv", "requests", "tqdm", "urllib3==1.26.2"]
45+
install_requires = ["python-dotenv", "requests", "tqdm", "urllib3==1.26.5"]
4646

4747
setup(
4848
name=name,

0 commit comments

Comments
 (0)