From f0670644b329cdf3e6229b81f7d71f16e16096f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 08:36:11 +0000 Subject: [PATCH] Bump cryptography from 39.0.0 to 39.0.2 in /.config Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .config/requirements.txt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.config/requirements.txt b/.config/requirements.txt index 278b52b..70938ff 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -4,24 +4,12 @@ # # pip-compile --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ansible-core pyproject.toml # -attrs==22.2.0 +ansible-core==2.14.3 cffi==1.15.1 -coverage==7.0.5 -cryptography==39.0.0 -exceptiongroup==1.1.0 -execnet==1.9.0 -iniconfig==2.0.0 +cryptography==39.0.2 jinja2==3.1.2 markupsafe==2.1.1 packaging==23.0 -pluggy==1.0.0 pycparser==2.21 -pytest==7.2.1 -pytest-plus==0.4.0 -pytest-xdist==3.1.0 pyyaml==6.0 resolvelib==0.8.1 -tomli==2.0.1 - -# The following packages are considered to be unsafe in a requirements file: -# ansible-core