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

Commit db87996

Browse files
Bump urllib3 from 1.26.2 to 1.26.13
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.13. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.13/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.2...1.26.13) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e5af9ba commit db87996

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.13"]
4646

4747
setup(
4848
name=name,

0 commit comments

Comments
 (0)