Skip to content

Commit

Permalink
Update mypy (#69)
Browse files Browse the repository at this point in the history
* Remove mypy and reinit

* Bump version: 1.1.1 → 1.1.2

* Change mypy to dev dep
  • Loading branch information
eugene-davis authored Aug 16, 2022
1 parent 82cf796 commit 12e6bfd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 1.1.1
VERSION: 1.1.2

jobs:
release:
Expand Down
32 changes: 4 additions & 28 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vault-assessment-prometheus-exporter"
version = "1.1.1"
version = "1.1.2"
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration."
authors = ["Eugene Davis <[email protected]>"]
readme = "README.md"
Expand All @@ -23,7 +23,6 @@ Cerberus = "^1.3.4"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
mypy = "^0.942"
pylint = "^2.13.7"
pytest = "^7.1.1"
pytest-cov = "^3.0.0"
Expand All @@ -33,6 +32,7 @@ bandit = "^1.7.4"
bump2version = "^1.0.1"
pytest-mock = "^3.7.0"
mock = "^4.0.3"
mypy = "^0.971"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 12e6bfd

Please sign in to comment.