Skip to content

Commit

Permalink
Merge pull request #68 from cisagov/dependabot/pip/ec2-metadata-2.10.0
Browse files Browse the repository at this point in the history
Bump ec2-metadata from 2.9.0 to 2.10.0
  • Loading branch information
jsf9k committed Sep 28, 2022
2 parents 1252a98 + 8ec0658 commit e958c51
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 @@ -90,7 +90,7 @@ def get_version(version_file):
install_requires=[
"boto3 == 1.21.28",
"docopt == 0.6.2",
"ec2-metadata == 2.9.0",
"ec2-metadata == 2.10.0",
"psycopg == 3.0.10",
"schema == 0.7.5",
"setuptools >= 24.2.0",
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.2.6"
__version__ = "1.2.7"

0 comments on commit e958c51

Please sign in to comment.