From 1d9f5249fd046f242ea11356b67728100bff1349 Mon Sep 17 00:00:00 2001 From: EricFernandezSnyk Date: Fri, 22 Sep 2023 18:40:00 +0100 Subject: [PATCH] docs: update to 2.2.1 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- snyk_tags/__init__.py | 2 +- snyk_tags/remove.py | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30145f5..87ea2a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -967,13 +967,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.4" +version = "2.0.5" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"}, - {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"}, + {file = "urllib3-2.0.5-py3-none-any.whl", hash = "sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e"}, + {file = "urllib3-2.0.5.tar.gz", hash = "sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 8b4df81..0000259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk-tags" -version = "2.2.0" +version = "2.2.1" description = "CLI tool designed to manage tags and attributes at scale" authors = ["EricFernandezSnyk "] license = "MIT" diff --git a/snyk_tags/__init__.py b/snyk_tags/__init__.py index 10689c1..3f6347e 100644 --- a/snyk_tags/__init__.py +++ b/snyk_tags/__init__.py @@ -1,7 +1,7 @@ # snyk_tags/__init__.py __app_name__ = "snyk_tags" -__version__ = "2.2.0" +__version__ = "2.2.1" from logging import ERROR from sre_constants import SUCCESS diff --git a/snyk_tags/remove.py b/snyk_tags/remove.py index fdeca65..0d1ff69 100644 --- a/snyk_tags/remove.py +++ b/snyk_tags/remove.py @@ -72,7 +72,6 @@ def remove_tags_from_projects( key=key, tenant=tenant, project_name=project["attributes"]["name"], - tenant=tenant, ) else: isname = 1