From 4af116aa2d2367446e9ae8cdf0d4588a2fc989c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:25:53 +0000 Subject: [PATCH 1/5] Bump pytest-asyncio from 0.23.8 to 0.24.0 (#153) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio 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 5889f33..fecff28 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -14,5 +14,5 @@ pytest==8.3.2 # via # -r dev_requirements/requirements-tests.in # pytest-asyncio -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 # via -r dev_requirements/requirements-tests.in From 87208660e85fdf6b0530121e73c93ea1ce59576b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:27:38 +0000 Subject: [PATCH 2/5] Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821 (#155) Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240316 to 2.9.0.20240821. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil 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-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 885d292..ff73eac 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -8,7 +8,7 @@ mypy==1.11.1 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy -types-python-dateutil==2.9.0.20240316 +types-python-dateutil==2.9.0.20240821 # via -r dev_requirements/requirements-type_check.in types-pytz==2024.1.0.20240417 # via -r dev_requirements/requirements-type_check.in From b2fc2162724875937816b376554c4f567e9031ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:29:40 +0000 Subject: [PATCH 3/5] Bump mypy from 1.11.1 to 1.11.2 (#154) Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...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> --- 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 ff73eac..3a093d3 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -4,7 +4,7 @@ # # pip-compile '.\dev_requirements\requirements-type_check.in' # -mypy==1.11.1 +mypy==1.11.2 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy From a7767f0ae651d18fa2e9c87f9c63be6df59a6f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:31:34 +0000 Subject: [PATCH 4/5] Bump pylint from 3.2.6 to 3.2.7 (#156) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-linting.txt b/dev_requirements/requirements-linting.txt index 7f4ef66..1262fdc 100644 --- a/dev_requirements/requirements-linting.txt +++ b/dev_requirements/requirements-linting.txt @@ -14,7 +14,7 @@ mccabe==0.7.0 # via pylint platformdirs==3.1.0 # via pylint -pylint==3.2.6 +pylint==3.2.7 # via -r dev_requirements/requirements-linting.in tomlkit==0.11.6 # via pylint From ca871517324af5269d4be3e92222144a054b190d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:33:36 +0000 Subject: [PATCH 5/5] Bump schwifty from 2024.8.1 to 2024.9.0 (#157) Bumps [schwifty](https://github.com/mdomke/schwifty) from 2024.8.1 to 2024.9.0. - [Release notes](https://github.com/mdomke/schwifty/releases) - [Changelog](https://github.com/mdomke/schwifty/blob/main/CHANGELOG.rst) - [Commits](https://github.com/mdomke/schwifty/compare/2024.08.1...2024.09.0) --- updated-dependencies: - dependency-name: schwifty dependency-type: direct:production update-type: version-update:semver-minor ... 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 ccd8319..6f8b11d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pytz==2024.1 # via -r requirements.in rstr==3.2.2 # via schwifty -schwifty==2024.8.1 +schwifty==2024.9.0 # via -r requirements.in six==1.16.0 # via python-dateutil