From 38539c4d770b58a1b3454372b46be45c771be329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:42:03 +0000 Subject: [PATCH] Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722 Bumps [types-pyopenssl](https://github.com/python/typeshed) from 24.1.0.20240425 to 24.1.0.20240722. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyopenssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3aaca377..819024ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest==8.2.2", "ruff==0.5.4", "types_atomicwrites==1.4.5.1", - "types_pyOpenSSL==24.1.0.20240425", + "types_pyOpenSSL==24.1.0.20240722", "xmltodict==0.13.0", "syrupy==4.6.1", "tomli==2.0.1",