This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 2b37cf586 Bump cryptography from 46.0.7 to 48.0.1 in /behave_framework
(#2202)
2b37cf586 is described below
commit 2b37cf586590c807a215a724dd6bb934030b6e03
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 10:45:19 2026 +0200
Bump cryptography from 46.0.7 to 48.0.1 in /behave_framework (#2202)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to
48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1)
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 48.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
behave_framework/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/behave_framework/pyproject.toml b/behave_framework/pyproject.toml
index 0613c3150..b956fb3f5 100644
--- a/behave_framework/pyproject.toml
+++ b/behave_framework/pyproject.toml
@@ -8,7 +8,7 @@ dependencies = [
"docker==7.1.0",
"PyYAML==6.0.3",
"humanfriendly==10.0",
- "cryptography==46.0.7",
+ "cryptography==48.0.1",
"pyjks==20.0.0"
]