From 7c41c675bbc80d925640f063065c7a1f9c3d38ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:17:13 +0000 Subject: [PATCH] chore(deps): bump cryptography from 39.0.0 to 39.0.1 in /xbar Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. - [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.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xbar/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbar/requirements.txt b/xbar/requirements.txt index c4e08ea..ad8a0ac 100644 --- a/xbar/requirements.txt +++ b/xbar/requirements.txt @@ -1,3 +1,3 @@ jira == 3.4.1 pyjwt == 2.6.0 -cryptography == 39.0.0 \ No newline at end of file +cryptography == 39.0.1 \ No newline at end of file