Skip to content

Commit

Permalink
Merge pull request #14 from schubergphilis/bump_hvac
Browse files Browse the repository at this point in the history
removed linting error, rebuilt
  • Loading branch information
dac73 committed Dec 28, 2020
2 parents df78078 + 694fed1 commit 4237b14
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
38 changes: 37 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
sphinx~=2.1.2
sphinx-rtd-theme~=0.4.3
prospector~=1.3.0
prospector~=1.3.1
coverage~=4.5.4
nose~=1.3.7
nose-htmloutput~=0.6.0
Expand All @@ -20,4 +20,4 @@ gitwrapperlib~=0.9.1
twine~=1.13.0
coloredlogs~=10.0
emoji~=0.5.4
toml~=0.10.1
toml~=0.10.2
2 changes: 1 addition & 1 deletion hashivaultlib/hashivaultlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def __new__(cls, vault_instance, data):
else:
token = Token(vault_instance, data)
except (AttributeError, TypeError):
vault_instance._logger.error('Response for token seems broken, got :%s', data) # pylint: disable=protected-access
vault_instance._logger.error('Response for token seems broken, got :%s', data)
return token


Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#
# Please use Pipfile to update the requirements.
#
hvac~=0.10.5
dateutils~=0.6.11
hvac~=0.10.6
dateutils~=0.6.12
pyhcl~=0.4.4

0 comments on commit 4237b14

Please sign in to comment.