This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 118def843d Bump Cryptography to > 39.0.0 (#38112)
118def843d is described below
commit 118def843d00165c1ae60b23d71e0029e77d779b
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Mar 13 16:10:34 2024 +0100
Bump Cryptography to > 39.0.0 (#38112)
We had a very old cryptography version specified as min requirement.
Bumping cryptography to 39.0.0 (released Jan 2023) should help with
better resolutions and should keep Airflow secure.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 59896942c1..f0dedbb34e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,7 +86,7 @@ dependencies = [
"connexion[flask]>=2.10.0,<3.0",
"cron-descriptor>=1.2.24",
"croniter>=0.3.17",
- "cryptography>=0.9.3",
+ "cryptography>=39.0.0",
"deprecated>=1.2.13",
"dill>=0.2.2",
"flask-caching>=1.5.0",