Skip to content

Commit

Permalink
Bump urllib3 from 1.26.7 to 1.26.19 (#237)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.7...1.26.19)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent a459787 commit 08ce41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def get_version():
author_email="raiyanyahyadeveloper@gmail.com",
keywords=["cli","developer tools","productivity", "tools"],
packages=find_packages(),
install_requires=["click==8.1.3", "docker==7.0.0", "rich==13.3.1", "dockerpty==0.4.1", "urllib3==1.26.7", "configparser==5.3.0", "Jinja2==3.1.2", "boto3==1.26.83"],
install_requires=["click==8.1.3", "docker==7.0.0", "rich==13.3.1", "dockerpty==0.4.1", "urllib3==1.26.19", "configparser==5.3.0", "Jinja2==3.1.2", "boto3==1.26.83"],
entry_points={"console_scripts": ["freshenv=freshenv.cli:cli","fr=freshenv.cli:cli"]},
)

0 comments on commit 08ce41c

Please sign in to comment.