From 144dffffa61353726ff403c3648fe25dcf09ca01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:26:51 +0200 Subject: [PATCH 1/4] Bump pywinpty from 2.0.10 to 2.0.11 (#55) Bumps [pywinpty](https://github.com/spyder-ide/pywinpty) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/spyder-ide/pywinpty/releases) - [Changelog](https://github.com/andfoy/pywinpty/blob/main/CHANGELOG.md) - [Commits](https://github.com/spyder-ide/pywinpty/compare/v2.0.10...v2.0.11) --- updated-dependencies: - dependency-name: pywinpty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c704a5e..b56621f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ appdirs==1.4.4 janus==1.0.0 psutil==5.9.5 GitPython==3.1.30 -pywinpty==2.0.10; sys_platform == 'win32' +pywinpty==2.0.11; sys_platform == 'win32' python-hosts==1.0.3 python-dotenv==0.19.2 From 8b6fe1aecec635aa7c57034f6999c16f4d4f058b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:27:08 +0200 Subject: [PATCH 2/4] Bump python-dotenv from 0.19.2 to 1.0.0 (#52) Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 1.0.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b56621f..f63a15c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ psutil==5.9.5 GitPython==3.1.30 pywinpty==2.0.11; sys_platform == 'win32' python-hosts==1.0.3 -python-dotenv==0.19.2 +python-dotenv==1.0.0 From 5d9d76cb39971dc0f69364bf25a575b307b2bf89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:45:34 +0200 Subject: [PATCH 3/4] Bump gitpython from 3.1.30 to 3.1.32 (#54) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f63a15c..2e52e92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ configcrunch==1.0.4 appdirs==1.4.4 janus==1.0.0 psutil==5.9.5 -GitPython==3.1.30 +GitPython==3.1.32 pywinpty==2.0.11; sys_platform == 'win32' python-hosts==1.0.3 python-dotenv==1.0.0 From aa794c89c8f79f6c72cc81d4d4f6de8c9288a0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=B6pcke?= Date: Mon, 17 Jul 2023 10:06:16 +0200 Subject: [PATCH 4/4] Version bump to 0.8.0 --- README.rst | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c71f911..6fda129 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,6 @@ *Container-Backends:* engine_docker_ *Database Drivers:* db_mysql_ db_mongo_ *Plugins:* php_xdebug_ - *Kubernetes:* k8s_client_ k8s_controller_ *Related Projects:* configcrunch_ *More:* docs_ repo_ docker_images_ ====================== =================== =================== =================== diff --git a/setup.py b/setup.py index 650f48d..f5584e4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.8.0b1' +__version__ = '0.8.0' from setuptools import setup, find_packages # README read-in