Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Prep for release 1.0.2 and update certifi #16

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nautobot_chatops_arista_cloudvision/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plugin declaration for nautobot_chatops_arista_cloudvision."""

__version__ = "0.1.0"
__version__ = "1.0.2"

from nautobot.extras.plugins import PluginConfig

Expand Down
8 changes: 4 additions & 4 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 = "nautobot-chatops-arista-cloudvision"
version = "0.1.0"
version = "1.0.2"
description = "Nautobot Chatops Arista Cloudvision Integration"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
Expand All @@ -25,9 +25,9 @@ nautobot = { version = "*", optional = true }
python = "^3.6"
protobuf = "3.17.2"
cvprac = "^1.0.6"
certifi = "2020.12.5"
cloudvision = "1.1.0"
nautobot-chatops = "^1.5.0"
certifi = "^2021.5.30"

[tool.poetry.dev-dependencies]
bandit = "*"
Expand Down