From 64fe9c71a0ecafba6c2d1ccae0cf125dcea533a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 00:18:09 +0000 Subject: [PATCH] Bump typeguard from 4.1.0 to 4.1.2 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.1.0 to 4.1.2. - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.1.0...4.1.2) --- updated-dependencies: - dependency-name: typeguard 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 6867b39..faca32a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1998,13 +1998,13 @@ files = [ [[package]] name = "typeguard" -version = "4.1.0" +version = "4.1.2" description = "Run-time type checker for Python" optional = false python-versions = ">=3.7.4" files = [ - {file = "typeguard-4.1.0-py3-none-any.whl", hash = "sha256:94a8a8974eca6b980c0fd05a032f283914426ad9f2958b342075358e2744226a"}, - {file = "typeguard-4.1.0.tar.gz", hash = "sha256:b05a54bb0276eefd28880df42e004a71e699c8081fcb9d0536b2ceb01019f60c"}, + {file = "typeguard-4.1.2-py3-none-any.whl", hash = "sha256:e00775920d4c91e93a0db0ed473ecda9cfaca578aed3ce0ed3ba7f3cc38eab9c"}, + {file = "typeguard-4.1.2.tar.gz", hash = "sha256:3be187945f9ef5a9f6d7a926dfe54babb7dfd807085ce05f9a5e8735f2487990"}, ] [package.dependencies] @@ -2206,4 +2206,4 @@ gekko = ["gekko"] [metadata] lock-version = "2.0" python-versions = "^3.7.9" -content-hash = "90f2412163b3e209fe49146291ebcfee4cba6c7273f563421e33e52e3d350367" +content-hash = "dc38707441594c83739feb4eb658cce756d4c469e3f50053c3dda9ad07d13719" diff --git a/pyproject.toml b/pyproject.toml index 48eba87..5c995c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8-docstrings = "^1.7.0" flake8-isort = "^6.0.0" mypy = "^1.4" pytype = {version = "^2022.11.29", python = "3.8"} -typeguard = "^4.1.0" +typeguard = "^4.1.2" xdoctest = "^1.1.0" pytest-xdist = "^3.3.1" commitizen = "^2.42.1"