Remove jinja2 base64 filters
diff --git a/poetry.lock b/poetry.lock
index 89490c3..77caa2b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -530,17 +530,6 @@
test = ["pytest", "pytest-cov"]
[[package]]
-name = "jinja2-base64-filters"
-version = "0.1.4"
-description = "Tiny jinja2 extension to add b64encode and b64decode filters."
-category = "dev"
-optional = false
-python-versions = "*"
-
-[package.dependencies]
-jinja2 = "*"
-
-[[package]]
name = "jinja2-time"
version = "0.2.0"
description = "Jinja2 Extension for Dates and Times"
@@ -1581,7 +1570,7 @@
[metadata]
lock-version = "1.1"
python-versions = "^3.10"
-content-hash = "45488cd2ccc485ee7461be27f6183b90fdb595518f7bea48f302168b277747da"
+content-hash = "566e542d5ec662462d50aa2cf5317f0ee1cfe447d87330a756aac85c18069505"
[metadata.files]
aiohttp = [
@@ -2114,10 +2103,6 @@
{file = "jinja2-ansible-filters-1.3.2.tar.gz", hash = "sha256:07c10cf44d7073f4f01102ca12d9a2dc31b41d47e4c61ed92ef6a6d2669b356b"},
{file = "jinja2_ansible_filters-1.3.2-py3-none-any.whl", hash = "sha256:e1082f5564917649c76fed239117820610516ec10f87735d0338688800a55b34"},
]
-jinja2-base64-filters = [
- {file = "jinja2_base64_filters-0.1.4-py2-none-any.whl", hash = "sha256:d007d543a9ce1e66a7a65645eef9100bc21a5d060a60b193fa4d4c4239bb3a86"},
- {file = "jinja2_base64_filters-0.1.4.tar.gz", hash = "sha256:f5f5d3e0476c4918ab3266093e8757918aed7cc47dab12338f9bda048cdbacd9"},
-]
jinja2-time = [
{file = "jinja2-time-0.2.0.tar.gz", hash = "sha256:d14eaa4d315e7688daa4969f616f226614350c48730bfa1692d2caebd8c90d40"},
{file = "jinja2_time-0.2.0-py2.py3-none-any.whl", hash = "sha256:d3eab6605e3ec8b7a0863df09cc1d23714908fa61aa6986a845c20ba488b4efa"},
diff --git a/pyproject.toml b/pyproject.toml
index e5e5b1f..dbec531 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,6 @@
flake8 = "^5.0.4"
flake8-isort = "^4.2.0"
Jinja2 = "^3.1.2"
-jinja2-base64-filters = "^0.1.4"
molecule = "^4.0.1"
jmespath = "^1.0.1"
pytest = "^7.1.3"