From f262655662d849fcd561473d110b06116ddec5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B6bke?= Date: Thu, 27 Jul 2023 18:54:25 +0200 Subject: [PATCH] Prepare Release 1.1.9 --- CHANGELOG.md | 12 ++++++++++- requirements.txt | 16 +++++++------- stable-requirements.txt | 46 +++++++++++++++++------------------------ tdvisu/version.py | 4 ++-- 4 files changed, 40 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea469e..5abb84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ). ## [Unreleased] - No unreleased changes yet. +## [1.1.9] - 2023-07-27 + +### Added +- `python-benedict[xml]` to dependencies +### Changed +- Updated requirements.txt +- Updated stable-requirements.txt + + ## [1.1.8] - 2021-05-04 ### Changed @@ -197,7 +206,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ). [DIRECTORY]: https://github.com/VaeterchenFrost/tdvisu/blob/master/DIRECTORY.md [Codecov]: https://codecov.io/gh/VaeterchenFrost/tdvisu -[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.1.8...master +[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.1.9...master +[1.1.8]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.9 [1.1.8]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.8 [1.1.7]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.7 [1.1.6]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.6 diff --git a/requirements.txt b/requirements.txt index cdfa4a7..1bf1bad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -graphviz~=0.14 -hypothesis~=5.20.3 -psycopg2~=2.8.5 -python-benedict~=0.18.1 -python-benedict[xml] -pytest~=5.4.3 -pytest-mock~=3.2.0 -PyYAML~=5.4 +graphviz~=0.20 +hypothesis~=6.82.0 +psycopg2~=2.9.6 +python-benedict~=0.32.0 +python-benedict[xml]~=0.32.0 +pytest~=7.4.0 +pytest-mock~=3.11.0 +PyYAML~=6.0 diff --git a/stable-requirements.txt b/stable-requirements.txt index 7e64bdf..9a311cf 100644 --- a/stable-requirements.txt +++ b/stable-requirements.txt @@ -1,30 +1,22 @@ -atomicwrites==1.4.0 -attrs==19.3.0 +attrs==23.1.0 certifi==2023.7.22 -chardet==3.0.4 -colorama==0.4.3 -ftfy==5.7 -graphviz==0.14.1 -idna==2.10 -mailchecker==3.3.10 -more-itertools==8.4.0 -packaging==20.4 -phonenumbers==8.12.6 -pluggy==0.13.1 -psycopg2==2.8.5 -py==1.10.0 -pyparsing==2.4.7 -pytest==5.4.3 -pytest-mock==3.2.0 -python-benedict==0.18.1 -python-dateutil==2.8.1 -python-slugify==4.0.1 -PyYAML==5.4 +charset-normalizer==3.2.0 +colorama==0.4.6 +graphviz==0.20.1 +hypothesis==6.82.0 +idna==3.4 +iniconfig==2.0.0 +packaging==23.1 +pluggy==1.2.0 +psycopg2==2.9.6 +pytest==7.4.0 +pytest-mock==3.11.1 +python-benedict==0.32.0 +python-fsutil==0.10.0 +python-slugify==8.0.1 +PyYAML==6.0.1 requests==2.31.0 -six==1.15.0 +sortedcontainers==2.4.0 text-unidecode==1.3 -toml==0.10.1 -urllib3==1.26.5 -wcwidth==0.2.5 -wincertstore==0.2 -xmltodict==0.12.0 +urllib3==2.0.4 +xmltodict==0.13.0 diff --git a/tdvisu/version.py b/tdvisu/version.py index 0d7b2c4..f32f803 100644 --- a/tdvisu/version.py +++ b/tdvisu/version.py @@ -4,7 +4,7 @@ """ # Base version. -__version__ = '1.1.8' +__version__ = '1.1.9' # Year-Month-Day of last version change -__date__ = '2021-05-04' +__date__ = '2023-07-27'