Skip to content

Commit

Permalink
Bump boto3 from 1.26.83 to 1.35.24
Browse files Browse the repository at this point in the history
Bumps [boto3](https://github.com/boto/boto3) from 1.26.83 to 1.35.24.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.26.83...1.35.24)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 08ce41c commit 14bdd0b
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.19", "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.35.24"],
entry_points={"console_scripts": ["freshenv=freshenv.cli:cli","fr=freshenv.cli:cli"]},
)

0 comments on commit 14bdd0b

Please sign in to comment.