This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new 64109398 Bump cryptography from 41.0.4 to 44.0.1 in /ui/backend/server
64109398 is described below
commit 64109398da56fbf8f0f2a6d96d4f437c3a877775
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 17:48:38 2025 +0000
Bump cryptography from 41.0.4 to 44.0.1 in /ui/backend/server
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to
44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.4...44.0.1)
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 44.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
ui/backend/server/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/backend/server/requirements.txt
b/ui/backend/server/requirements.txt
index 14ae193a..adb33d68 100644
--- a/ui/backend/server/requirements.txt
+++ b/ui/backend/server/requirements.txt
@@ -17,7 +17,7 @@ certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.0
colorlog==6.7.0
-cryptography==41.0.4
+cryptography==44.0.1
ddsketch==2.0.4
ddtrace==1.15.0
Deprecated==1.2.14