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
commit 997a504e8be81f23fe1afd98d1e165bc8531d6c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 03:19:32 2026 +0000
Bump cryptography from 48.0.1 to 50.0.0 in /behave_framework
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to
50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0)
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 50.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ferenc Gerlits <[email protected]>
---
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 b956fb3f5..d16637670 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==48.0.1",
+ "cryptography==50.0.0",
"pyjks==20.0.0"
]