Skip to content

Commit

Permalink
[azure][fix] Update wrong version (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jul 17, 2023
1 parent 478a78c commit 3fdc78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/azure/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "resoto-plugin-azure"
version = "3.6.1"
version = "3.6.2"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to resotocore."
license = {file="LICENSE"}
Expand All @@ -27,7 +27,7 @@ classifiers = [
readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"resotolib==3.6.1",
"resotolib==3.6.2",
"retrying",
"azure-identity",
"azure-mgmt-resource"
Expand Down

0 comments on commit 3fdc78c

Please sign in to comment.