From 8d98e25ab808b945577e32cee53f1e94aedd0aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Mon, 2 Oct 2023 13:42:23 +0200 Subject: [PATCH] [resoto][chore] Bump 3.7.1 --- plugins/aws/pyproject.toml | 4 ++-- plugins/azure/pyproject.toml | 4 ++-- plugins/digitalocean/pyproject.toml | 4 ++-- plugins/dockerhub/pyproject.toml | 4 ++-- plugins/example_collector/pyproject.toml | 4 ++-- plugins/gcp/pyproject.toml | 4 ++-- plugins/github/pyproject.toml | 4 ++-- plugins/k8s/pyproject.toml | 4 ++-- plugins/onelogin/pyproject.toml | 4 ++-- plugins/onprem/pyproject.toml | 4 ++-- plugins/posthog/pyproject.toml | 4 ++-- plugins/random/pyproject.toml | 4 ++-- plugins/scarf/pyproject.toml | 4 ++-- plugins/slack/pyproject.toml | 4 ++-- plugins/vsphere/pyproject.toml | 4 ++-- resotocore/pyproject.toml | 2 +- resotocore/resotocore/__init__.py | 2 +- resotolib/pyproject.toml | 2 +- resotolib/resotolib/__init__.py | 2 +- resotometrics/pyproject.toml | 4 ++-- resotometrics/resotometrics/__init__.py | 2 +- resotoshell/pyproject.toml | 4 ++-- resotoshell/resotoshell/__init__.py | 2 +- resotoworker/pyproject.toml | 4 ++-- resotoworker/resotoworker/__init__.py | 2 +- 25 files changed, 43 insertions(+), 43 deletions(-) diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 4f7c4ec849..5b0295e704 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-aws" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "resotodata", "retrying", "boto3", diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 1518732660..31253abf01 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resoto-plugin-azure" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "retrying", "azure-identity", "azure-mgmt-resource" diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 96dbded001..7d745af07f 100644 --- a/plugins/digitalocean/pyproject.toml +++ b/plugins/digitalocean/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-digitalocean" description = "Resoto DigitalOcean Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "boto3", "requests", "botocore", diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 2429149992..4f0744a402 100644 --- a/plugins/dockerhub/pyproject.toml +++ b/plugins/dockerhub/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-dockerhub" description = "Resoto Docker Hub Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "requests", ] diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index c600cf6d69..25d54a006e 100644 --- a/plugins/example_collector/pyproject.toml +++ b/plugins/example_collector/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-example-collector" description = "Resoto Example Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index dfefff26c0..050c40608d 100644 --- a/plugins/gcp/pyproject.toml +++ b/plugins/gcp/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-gcp" description = "Resoto GCP Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "google-api-python-client", "oauth2client", "retrying", diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 62598a03a9..dec1abea69 100644 --- a/plugins/github/pyproject.toml +++ b/plugins/github/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-github" description = "Resoto Github Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "PyGithub", ] diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 93baa13c88..c66df3dc66 100644 --- a/plugins/k8s/pyproject.toml +++ b/plugins/k8s/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-k8s" description = "Resoto Kubernetes Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "kubernetes", ] diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index c66248abc0..89ac6c831e 100644 --- a/plugins/onelogin/pyproject.toml +++ b/plugins/onelogin/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-onelogin" description = "Resoto OneLogin Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "onelogin==2.0.4", ] diff --git a/plugins/onprem/pyproject.toml b/plugins/onprem/pyproject.toml index fc8bcf25fd..296b6866db 100644 --- a/plugins/onprem/pyproject.toml +++ b/plugins/onprem/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-onprem" description = "Resoto On-Premises Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "paramiko", ] diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 898d907c52..0431061e10 100644 --- a/plugins/posthog/pyproject.toml +++ b/plugins/posthog/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-posthog" description = "Resoto Posthog Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "requests", ] diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index d501fbcefb..f1ca49e259 100644 --- a/plugins/random/pyproject.toml +++ b/plugins/random/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-random" description = "Resoto Random Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", ] [project.entry-points."resoto.plugins"] diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 3f348266e6..5dca99de80 100644 --- a/plugins/scarf/pyproject.toml +++ b/plugins/scarf/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-scarf" description = "Resoto Scarf Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "requests", ] diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index f9605bf22e..a7aebaf28c 100644 --- a/plugins/slack/pyproject.toml +++ b/plugins/slack/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-slack" description = "Resoto Slack Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = { text="AGPLv3" } requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "slack-sdk", "retrying", ] diff --git a/plugins/vsphere/pyproject.toml b/plugins/vsphere/pyproject.toml index 70c2f59040..6618cde992 100644 --- a/plugins/vsphere/pyproject.toml +++ b/plugins/vsphere/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "resoto-plugin-vsphere" description = "Resoto VSphere Collector Plugin" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] license = {file="LICENSE"} requires-python = ">=3.9" @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "pyvmomi", ] diff --git a/resotocore/pyproject.toml b/resotocore/pyproject.toml index 24258f11ff..8bf23337b9 100644 --- a/resotocore/pyproject.toml +++ b/resotocore/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotocore" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Keeps all the things." license = { text="AGPLv3" } diff --git a/resotocore/resotocore/__init__.py b/resotocore/resotocore/__init__.py index 4acbacda2c..6f4116ea44 100644 --- a/resotocore/resotocore/__init__.py +++ b/resotocore/resotocore/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.7.0" +__version__ = "3.7.1" def version() -> str: diff --git a/resotolib/pyproject.toml b/resotolib/pyproject.toml index fd3f55d5b3..6ee4cfad36 100644 --- a/resotolib/pyproject.toml +++ b/resotolib/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotolib" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Resoto common library." license = { text="AGPLv3" } diff --git a/resotolib/resotolib/__init__.py b/resotolib/resotolib/__init__.py index 46f67e7f8d..975f69142a 100644 --- a/resotolib/resotolib/__init__.py +++ b/resotolib/resotolib/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotometrics/pyproject.toml b/resotometrics/pyproject.toml index 04314a0837..544ffc4257 100644 --- a/resotometrics/pyproject.toml +++ b/resotometrics/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotometrics" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Exports Resoto metrics in Prometheus format." license = { text="AGPLv3" } @@ -27,7 +27,7 @@ classifiers = [ readme = {file="README.md", content-type="text/markdown"} dependencies = [ - "resotolib==3.7.0" + "resotolib==3.7.1" ] [pyproject.optional-dependencies] diff --git a/resotometrics/resotometrics/__init__.py b/resotometrics/resotometrics/__init__.py index 46f67e7f8d..975f69142a 100644 --- a/resotometrics/resotometrics/__init__.py +++ b/resotometrics/resotometrics/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotoshell/pyproject.toml b/resotoshell/pyproject.toml index 4db551f217..cd3e9c1bf7 100644 --- a/resotoshell/pyproject.toml +++ b/resotoshell/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoshell" -version = "3.7.0" +version = "3.7.1" authors = [{name="Some Engineering Inc."}] description = "Commandline interpreter to interact with Resoto." license = { text="AGPLv3" } @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"} keywords = ["cloud security"] dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "prompt-toolkit", "rich", "resotoclient", diff --git a/resotoshell/resotoshell/__init__.py b/resotoshell/resotoshell/__init__.py index 46f67e7f8d..975f69142a 100644 --- a/resotoshell/resotoshell/__init__.py +++ b/resotoshell/resotoshell/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.7.1" diff --git a/resotoworker/pyproject.toml b/resotoworker/pyproject.toml index 99c787e59a..047c884679 100644 --- a/resotoworker/pyproject.toml +++ b/resotoworker/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "resotoworker" -version = "3.7.0" +version = "3.7.1" authors = [{ name = "Some Engineering Inc." }] description = "Runs collector plugins and sends the result to resotocore." license = { text="AGPLv3" } @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"] readme = { file = "README.md", content-type = "text/markdown" } dependencies = [ - "resotolib==3.7.0", + "resotolib==3.7.1", "tenacity", "CherryPy", ] diff --git a/resotoworker/resotoworker/__init__.py b/resotoworker/resotoworker/__init__.py index 46f67e7f8d..975f69142a 100644 --- a/resotoworker/resotoworker/__init__.py +++ b/resotoworker/resotoworker/__init__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.7.1"