Skip to content

Commit

Permalink
Merge 05f6769 into 3ad421d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 21, 2021
2 parents 3ad421d + 05f6769 commit 16697bb
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 @@ -92,7 +92,7 @@ def get_version(version_file):
"boto3 == 1.20.25",
"docopt == 0.6.2",
"ec2-metadata == 2.6.0",
"psycopg == 3.0.5",
"psycopg == 3.0.7",
"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.1.4"
__version__ = "1.1.5"

0 comments on commit 16697bb

Please sign in to comment.