From 885166876bcd187de9ba3947cdaa9c785f8ce716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:03:33 +0000 Subject: [PATCH 1/2] Bump pylint from 3.2.5 to 3.2.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f89eb884..0ff72791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-cas==1.6.0 django-cas-ng==5.0.1 astroid==3.2.3 -pylint==3.2.5 +pylint==3.2.6 six==1.16.0 faker==26.0.0 # factory_boy From 779554969791b5f289fee6da9a0bc38f0ab8924f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:03:43 +0000 Subject: [PATCH 2/2] Bump cryptography from 42.0.8 to 43.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f89eb884..086e22b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ fuzzywuzzy==0.18.0 sure==2.0.1 coverage==7.6.0 pyasn1==0.6.0 -cryptography==42.0.8 # pyOpenSSL +cryptography==43.0.0 # pyOpenSSL cffi==1.16.0 pyOpenSSL==24.1.0 ndg-httpsclient==0.5.1