From b99229eba62e40fb3d14ca02cb40eceb37c84e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:34:10 +0000 Subject: [PATCH] Bump types-setuptools from 67.8.0.0 to 68.0.0.3 Bumps [types-setuptools](https://github.com/python/typeshed) from 67.8.0.0 to 68.0.0.3. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a143d9..68285c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3377,13 +3377,13 @@ files = [ [[package]] name = "types-setuptools" -version = "67.8.0.0" +version = "68.0.0.3" description = "Typing stubs for setuptools" optional = false python-versions = "*" files = [ - {file = "types-setuptools-67.8.0.0.tar.gz", hash = "sha256:95c9ed61871d6c0e258433373a4e1753c0a7c3627a46f4d4058c7b5a08ab844f"}, - {file = "types_setuptools-67.8.0.0-py3-none-any.whl", hash = "sha256:6df73340d96b238a4188b7b7668814b37e8018168aef1eef94a3b1872e3f60ff"}, + {file = "types-setuptools-68.0.0.3.tar.gz", hash = "sha256:d57ae6076100b5704b3cc869fdefc671e1baf4c2cd6643f84265dfc0b955bf05"}, + {file = "types_setuptools-68.0.0.3-py3-none-any.whl", hash = "sha256:fec09e5c18264c5c09351c00be01a34456fb7a88e457abe97401325f84ad9d36"}, ] [[package]] @@ -3518,4 +3518,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "851a41c8d3b3d219c72a57fb49a135dfd9d10acab9e54c113f870349927633f4" +content-hash = "13d39dedde971a853b96a946f42308170e7d1d3fa66e0b00cae5cf5cb8a2c8d0" diff --git a/pyproject.toml b/pyproject.toml index 0160765..65092dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = ">=3.8,<3.12" pandas = "^1.5.1" statsmodels = "^0.14.0" matplotlib = "^3.6.1" -types-setuptools = "^67.6.0.0" +types-setuptools = ">=67.6,<69.0" [tool.poetry.dev-dependencies] @@ -53,7 +53,7 @@ mypy = "^1.2" reorder-python-imports = "^3.9.0" sphinxcontrib-bibtex = "^2.5.0" types-pkg-resources = "^0.1.3" -types-setuptools = "^67.6.0.0" +types-setuptools = ">=67.6,<69.0" pandas-stubs = "^2.0.2.230605" [tool.coverage.paths]