Skip to content

Commit

Permalink
Fix unittest on Python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 25, 2023
1 parent 42db5c6 commit 068cb89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Rene Caspart <[email protected]>
Leon Schuhmacher <[email protected]>
R. Florian von Cube <[email protected]>
mschnepf <[email protected]>
Alexander Haas <[email protected]>
Benjamin Rottler <[email protected]>
Alexander Haas <[email protected]>
mschnepf <[email protected]>
Dirk Sammel <[email protected]>
Matthias J. Schnepf <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. 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/'
#########
CHANGELOG
#########

[Unreleased] - 2023-11-20
[Unreleased] - 2023-11-25
=========================

Changed
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 068cb89

Please sign in to comment.