From 48460aca17e60de84229fec339e7d224334a59da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:11:25 +0000 Subject: [PATCH 01/10] Bump coverage from 7.5.4 to 7.6.0 (#34) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-coverage.txt b/dev_requirements/requirements-coverage.txt index 08ae688..a1b76d0 100644 --- a/dev_requirements/requirements-coverage.txt +++ b/dev_requirements/requirements-coverage.txt @@ -5,5 +5,5 @@ # # pip-compile-multi # -coverage==7.5.4 +coverage==7.6.0 # via -r dev_requirements/requirements-coverage.in From 1aae4fe688c767355cbbd5089c5476798e913395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:05:54 +0000 Subject: [PATCH 02/10] Bump pylint from 3.2.5 to 3.2.6 (#35) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-linting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index b147319..067640f 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -5,7 +5,7 @@ # # pip-compile-multi # -astroid==3.2.2 +astroid==3.2.4 # via pylint dill==0.3.8 # via pylint @@ -15,7 +15,7 @@ mccabe==0.7.0 # via pylint platformdirs==4.2.1 # via pylint -pylint==3.2.5 +pylint==3.2.6 # via -r dev_requirements/requirements-linting.in tomlkit==0.12.4 # via pylint From 437410496feb7ed5e1ca89610661daec135cdb1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:08:12 +0000 Subject: [PATCH 03/10] Bump mypy from 1.10.1 to 1.11.0 (#37) Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index a2d2abf..944a235 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -5,7 +5,7 @@ # # pip-compile-multi # -mypy==1.10.1 +mypy==1.11.0 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From 194fb754d27c004d65908c4fd13aad425d09698f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:10:34 +0000 Subject: [PATCH 04/10] Bump pytest from 8.2.2 to 8.3.1 (#36) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index ec17025..afca2fd 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -11,5 +11,5 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.2 +pytest==8.3.1 # via -r dev_requirements/requirements-tests.in From e9a72ccdb961cf42a5ae08113d8f0491214d322b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:24:10 +0000 Subject: [PATCH 05/10] Bump pytest from 8.3.1 to 8.3.2 (#38) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index afca2fd..c30b3ef 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -11,5 +11,5 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.1 +pytest==8.3.2 # via -r dev_requirements/requirements-tests.in From 458380512606822d7cdd0224f9f5764fcdfbb6f0 Mon Sep 17 00:00:00 2001 From: olli <144932831+OLILHR@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:11:22 +0200 Subject: [PATCH 06/10] =?UTF-8?q?=F0=9F=90=B3=20Change=20`docker-compose`?= =?UTF-8?q?=20to=20`docker=20compose`=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change `docker-compose` to `docker compose` --- .github/workflows/coverage.yml | 2 +- .github/workflows/unittests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 85f4fda..98fe259 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: - name: Create .env file run: python create_env_file.py - name: Start containers - run: docker-compose up -d + run: docker compose up -d - name: Run Tests and Record Coverage run: | tox -e coverage diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 009f6f9..3cf5358 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -24,7 +24,7 @@ jobs: - name: Create .env file run: python create_env_file.py - name: Start containers - run: docker-compose up -d + run: docker compose up -d - name: Run the Unit Tests via Tox run: | tox -e tests From 50e985286916bd1b75b1417afffc06fe53653058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:27:46 +0000 Subject: [PATCH 07/10] Bump mypy from 1.11.0 to 1.11.2 (#44) Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: olli <144932831+OLILHR@users.noreply.github.com> --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 944a235..b11b5b3 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -5,7 +5,7 @@ # # pip-compile-multi # -mypy==1.11.0 +mypy==1.11.2 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From 7932b8184163278a7b9c89182972e862652d512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:31:13 +0000 Subject: [PATCH 08/10] Bump attrs from 23.2.0 to 24.2.0 (#43) Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 24.2.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs 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> Co-authored-by: olli <144932831+OLILHR@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa155b8..f7744f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile pyproject.toml # -attrs==23.2.0 +attrs==24.2.0 # via # cattrs # ebdamame From d0b130681e453d160860d56f5cfdcbbad07d41f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:33:24 +0000 Subject: [PATCH 09/10] Bump black from 24.4.2 to 24.8.0 (#42) Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: olli <144932831+OLILHR@users.noreply.github.com> --- dev_requirements/requirements-formatting.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev_requirements/requirements-formatting.txt b/dev_requirements/requirements-formatting.txt index 1e8089f..ed1a620 100644 --- a/dev_requirements/requirements-formatting.txt +++ b/dev_requirements/requirements-formatting.txt @@ -5,14 +5,12 @@ # # pip-compile-multi # -black==24.4.2 - # via -r dev_requirements\requirements-formatting.in +black==24.8.0 + # via -r dev_requirements/requirements-formatting.in click==8.1.7 # via black -colorama==0.4.6 - # via click isort==5.13.2 - # via -r dev_requirements\requirements-formatting.in + # via -r dev_requirements/requirements-formatting.in mypy-extensions==1.0.0 # via black packaging==24.0 From f08e3b663aee9f6353c6a73af52ef15adc8de350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:36:25 +0000 Subject: [PATCH 10/10] Bump coverage from 7.6.0 to 7.6.1 (#41) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: olli <144932831+OLILHR@users.noreply.github.com> --- dev_requirements/requirements-coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-coverage.txt b/dev_requirements/requirements-coverage.txt index a1b76d0..c481bea 100644 --- a/dev_requirements/requirements-coverage.txt +++ b/dev_requirements/requirements-coverage.txt @@ -5,5 +5,5 @@ # # pip-compile-multi # -coverage==7.6.0 +coverage==7.6.1 # via -r dev_requirements/requirements-coverage.in