From a18cd0171a1d2997691af80dc3add466666bc843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:44:10 +0000 Subject: [PATCH] chore(deps-dev): bump types-waitress from 2.1.4.7 to 2.1.4.9 Bumps [types-waitress](https://github.com/python/typeshed) from 2.1.4.7 to 2.1.4.9. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-waitress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e392ac9..9b812d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1374,13 +1374,13 @@ files = [ [[package]] name = "types-waitress" -version = "2.1.4.7" +version = "2.1.4.9" description = "Typing stubs for waitress" optional = false python-versions = "*" files = [ - {file = "types-waitress-2.1.4.7.tar.gz", hash = "sha256:0363d635397bb33adb851b5b866b8815f9bf0c0080dadd95b51679fce1a39831"}, - {file = "types_waitress-2.1.4.7-py3-none-any.whl", hash = "sha256:30869c7d52ed496e0689110d7c6b85ad6a7f54032e826ef097c5cbe5e5487612"}, + {file = "types-waitress-2.1.4.9.tar.gz", hash = "sha256:7105eb78110c0c123c9bed7c8eb41c040490d6b0d019bd53add5f9406bba10f1"}, + {file = "types_waitress-2.1.4.9-py3-none-any.whl", hash = "sha256:ecc432cad266d1f434008bd790eb63554808a60133a772331f67454a4960255c"}, ] [[package]] @@ -1610,4 +1610,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "c0b71f9cf47ef6a9e0ea3073ebd0b291ca8787c72c21e323784f33bb9cfc69dc" +content-hash = "ee53c8c681d600ad203693b003572ffc4bca2720a92be8d456f491a7d65ac8e3" diff --git a/pyproject.toml b/pyproject.toml index 41711ae..3ecfd34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest-mock = "^3.5.1" pyinstaller = "^5" mypy = "^0.931" types-requests = "^2.27.11" -types-waitress = "^2.0.6" +types-waitress = "^2.1.4" celery-types = "^0.11.0" pre-commit = "^2.19.0" pytest-celery = "^0.0.0"