From 4a7fb2d968da51142c2e9664134e388cb91cbe79 Mon Sep 17 00:00:00 2001 From: DawidDlubek-TomTom <78544608+DawidDlubek-TomTom@users.noreply.github.com> Date: Tue, 13 Sep 2022 14:33:34 +0200 Subject: [PATCH] Updates 1309 (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update modules 13/09/2022 5 modules have been updates * Bump version: 1.1.10 → 1.1.11 --- .bumpversion.cfg | 2 +- .github/workflows/release.yml | 2 +- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2e0d75e..2fda18b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.10 +current_version = 1.1.11 commit = True tag = False message = Bump version: {current_version} → {new_version} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84f1f83..67bdf87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - VERSION: 1.1.10 + VERSION: 1.1.11 jobs: release: diff --git a/poetry.lock b/poetry.lock index 8fdab7d..92ab647 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,6 +1,6 @@ [[package]] name = "astroid" -version = "2.12.7" +version = "2.12.9" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false @@ -87,7 +87,7 @@ python-versions = ">=2.7" [[package]] name = "certifi" -version = "2022.6.15" +version = "2022.6.15.1" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -342,14 +342,14 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pylint" -version = "2.15.0" +version = "2.15.2" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" [package.dependencies] -astroid = ">=2.12.4,<=2.14.0-dev0" +astroid = ">=2.12.9,<=2.14.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = ">=0.2" isort = ">=4.2.5,<6" @@ -502,7 +502,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.28.9" +version = "2.28.10" description = "Typing stubs for requests" category = "dev" optional = false @@ -513,7 +513,7 @@ types-urllib3 = "<1.27" [[package]] name = "types-urllib3" -version = "1.26.23" +version = "1.26.24" description = "Typing stubs for urllib3" category = "dev" optional = false diff --git a/pyproject.toml b/pyproject.toml index 6a6b2d9..20e4f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vault-assessment-prometheus-exporter" -version = "1.1.10" +version = "1.1.11" description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration." authors = ["Eugene Davis "] readme = "README.md"