diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 74729895..c68f8447 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,8 +11,8 @@ Rene Caspart Leon Schuhmacher R. Florian von Cube mschnepf -Alexander Haas <104835302+haasal@users.noreply.github.com> Benjamin Rottler +Alexander Haas <104835302+haasal@users.noreply.github.com> mschnepf Dirk Sammel Matthias J. Schnepf diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index aa59bbb6..c388cdc7 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2023-11-20, command +.. Created by changelog.py at 2023-11-25, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-python3.10/bin/changelog docs/source/changes compile --categories Added Changed Fixed Security Deprecated --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,7 +6,7 @@ CHANGELOG ######### -[Unreleased] - 2023-11-20 +[Unreleased] - 2023-11-25 ========================= Changed diff --git a/setup.py b/setup.py index 01a5e313..6b0e8286 100644 --- a/setup.py +++ b/setup.py @@ -91,6 +91,7 @@ def get_cryptography_version(): "kubernetes_asyncio", "pydantic<2.0.0", "asyncstdlib", + "async-timeout", "typing_extensions", "python-auditor==0.3.0", "tzlocal",