diff --git a/poetry.lock b/poetry.lock index 176cde7..dc9ea9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,7 +538,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "panaetius" -version = "2.3.3" +version = "2.3.4" description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly formatted logger instance." category = "main" optional = false diff --git a/requirements.txt b/requirements.txt index 50355a5..e7c43cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==8.0.3; python_version >= "3.6" colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0" jinja2==3.0.3; python_version >= "3.6" markupsafe==2.0.1; python_version >= "3.6" -panaetius==2.3.3; python_version >= "3.7" and python_version < "4.0" +panaetius==2.3.4; python_version >= "3.7" and python_version < "4.0" pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" pytzdata==2020.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"