From 723f316dcbabd319409414f9fcc63efc4853c4b7 Mon Sep 17 00:00:00 2001 From: Uros Bajzelj Date: Fri, 7 Jan 2022 14:07:15 +0100 Subject: [PATCH] Bump the schema-enforcer version to 1.1.1, bump the plugin version to 1.0.1 --- nautobot_plugin_chatops_grafana/__init__.py | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nautobot_plugin_chatops_grafana/__init__.py b/nautobot_plugin_chatops_grafana/__init__.py index 1bf190e..0a13114 100644 --- a/nautobot_plugin_chatops_grafana/__init__.py +++ b/nautobot_plugin_chatops_grafana/__init__.py @@ -1,6 +1,6 @@ """Plugin declaration for nautobot_plugin_chatops_grafana.""" -__version__ = "1.0.0" +__version__ = "1.0.1" from nautobot.extras.plugins import PluginConfig diff --git a/poetry.lock b/poetry.lock index 74c826c..d473807 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1541,7 +1541,7 @@ python-versions = "*" [[package]] name = "schema-enforcer" -version = "1.1.0" +version = "1.1.1" description = "Tool/Framework for testing structured data against schema definitions" category = "main" optional = false @@ -1558,7 +1558,7 @@ pydantic = ">=1.6,<2.0" rfc3339-validator = ">=0.1,<0.2" rfc3987 = ">=1.3,<2.0" rich = ">=9.5,<10.0" -"ruamel.yaml" = ">=0.16,<0.17" +"ruamel.yaml" = ">=0.16,<0.18" strict-rfc3339 = ">=0.7,<0.8" termcolor = ">=1.1,<2.0" toml = ">=0.10,<0.11" @@ -1888,7 +1888,7 @@ nautobot = ["nautobot"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "5e74b2af32f25d4ba2508ad832469d5d51f9cd05a5f913d90f105229c5048d8d" +content-hash = "621741a58adb7f07afa8241ad6dd45053cf6f4be327c4874804a543030392b40" [metadata.files] amqp = [ @@ -2796,8 +2796,8 @@ rx = [ {file = "Rx-1.6.1.tar.gz", hash = "sha256:13a1d8d9e252625c173dc795471e614eadfe1cf40ffc684e08b8fff0d9748c23"}, ] schema-enforcer = [ - {file = "schema-enforcer-1.1.0.tar.gz", hash = "sha256:235800739adf1f820c0bc0a9448990d2849f73e8b51a3d7c2a6be3c053a0c18a"}, - {file = "schema_enforcer-1.1.0-py3-none-any.whl", hash = "sha256:58231c599d9a61e39b46f2131af228ff1dc35067f3c144ca96ff83cc21fb334e"}, + {file = "schema-enforcer-1.1.1.tar.gz", hash = "sha256:de750fc3af0db6d3ec5592c4a32d47de244d0825f67090fc6039d79ded5def5f"}, + {file = "schema_enforcer-1.1.1-py3-none-any.whl", hash = "sha256:09761ffbaa1970c1ca8a0ba8f9b89500b8f087cb12f82e8e9395786acc67fa8f"}, ] singledispatch = [ {file = "singledispatch-3.7.0-py2.py3-none-any.whl", hash = "sha256:bc77afa97c8a22596d6d4fc20f1b7bdd2b86edc2a65a4262bdd7cc3cc19aa989"}, diff --git a/pyproject.toml b/pyproject.toml index 527d2ab..744a4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-chatops-grafana" -version = "1.0.0" +version = "1.0.1" description = "Nautobot Plugin Chatops Grafana" authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -25,7 +25,7 @@ nautobot = "^1.0.0" python = "^3.7" nautobot-chatops = "^1.3.1" pydantic = "^1.8.2" -schema-enforcer = "^1.1.0" +schema-enforcer = "^1.1.1" isodate = "^0.6.0" diffsync = "^1.3.0"