From fedd292c9e0da2058f56b7d26b8f643bd72780fb Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Thu, 16 Feb 2023 09:23:08 +0100 Subject: [PATCH] Pin pyauditor to version to 0.0.6 --- docs/source/changelog.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4aa8f2e6..59ee85e6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-02-15, command +.. Created by changelog.py at 2023-02-16, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,7 +6,7 @@ CHANGELOG ######### -[Unreleased] - 2023-02-15 +[Unreleased] - 2023-02-16 ========================= Added diff --git a/setup.py b/setup.py index 8c608e84..e5971da9 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def get_cryptography_version(): "asyncstdlib", "typing_extensions", "backports.cached_property", - "python-auditor>=0.0.5", + "python-auditor==0.0.6", "pytz", "tzlocal", "aiolancium",