From 033678763ecaee6f928b768645d37cf9d223570f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:15:52 +0000 Subject: [PATCH] Build(deps-dev): Bump autotyping from 23.3.0 to 24.3.0 Bumps [autotyping](https://github.com/JelleZijlstra/autotyping) from 23.3.0 to 24.3.0. - [Release notes](https://github.com/JelleZijlstra/autotyping/releases) - [Commits](https://github.com/JelleZijlstra/autotyping/compare/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: autotyping dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 ++++++-------------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index df57d81..c02c70a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -31,13 +31,13 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "autotyping" -version = "23.3.0" +version = "24.3.0" description = "A tool for autoadding simple type annotations." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "autotyping-23.3.0-py3-none-any.whl", hash = "sha256:cf05803574f4172ccea59aa43d405d8e0b05d33ccca1b587ea82f23706e7cae1"}, - {file = "autotyping-23.3.0.tar.gz", hash = "sha256:9f45d8e32ef3f25091c64f13a31464576fc9fbf7ecb9ce2325166652a23abded"}, + {file = "autotyping-24.3.0-py3-none-any.whl", hash = "sha256:0637343190b858be19e00ff20a2f0344426357b9f8b849e28862d1a01cf12fe7"}, + {file = "autotyping-24.3.0.tar.gz", hash = "sha256:bce5bffec7033b6487d45d57c409adf4065a1835f60113a6186c180bc61da4e4"}, ] [package.dependencies] @@ -79,20 +79,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "dill" -version = "0.3.6" -description = "serialize all of python" -optional = false -python-versions = ">=3.7" -files = [ - {file = "dill-0.3.6-py3-none-any.whl", hash = "sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0"}, - {file = "dill-0.3.6.tar.gz", hash = "sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373"}, -] - -[package.extras] -graph = ["objgraph (>=1.7.2)"] - [[package]] name = "dill" version = "0.3.7" @@ -620,4 +606,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7ea42b8ef537f1d5a1b1ab74d1172659d73bdaa93ec60907f362937eaf26a707" +content-hash = "c6cfe80dd9c53b76f800e97456f05d05b025a972c834dbcd0b2fea95c79a6dc4" diff --git a/pyproject.toml b/pyproject.toml index f41a901..0494abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pre-commit = "^3.4.0" pylint = "^3.0.2" eradicate = "^2.3.0" pybetter = "^0.4.1" -autotyping = "^23.3.0" +autotyping = "^24.3.0" pytest = "^7.4.1"