Skip to content

Commit

Permalink
Merge pull request #25 from cisagov/dependabot/pip/boto3-1.20.26
Browse files Browse the repository at this point in the history
Bump boto3 from 1.20.25 to 1.20.26
  • Loading branch information
jsf9k committed Dec 27, 2021
2 parents fc7b4fd + 2c6af66 commit d1a699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_version(version_file):
# TODO: Loosen these requirements. See cisagov/guacscanner#9 for
# more details.
install_requires=[
"boto3 == 1.20.25",
"boto3 == 1.20.26",
"docopt == 0.6.2",
"ec2-metadata == 2.6.0",
"psycopg == 3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion src/guacscanner/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "1.1.5"
__version__ = "1.1.6"

0 comments on commit d1a699e

Please sign in to comment.