Skip to content

Commit f637bee

Browse files
Bump cryptography from 39.0.1 to 44.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@39.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4a34ee commit f637bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python-dotenv==0.21.0 # For loading environment variables from a .env file
2626

2727
# HTTP requests and secure data handling
2828
requests==2.31.0 # For making HTTP requests
29-
cryptography==39.0.1 # For secure data handling and encryption
29+
cryptography==44.0.1 # For secure data handling and encryption
3030

3131
# Advanced data processing and analysis
3232
dask==2023.7.0 # Parallel computing with task scheduling for larger-than-memory computations

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"seaborn==0.12.2",
3939
"python-dotenv==0.21.0",
4040
"requests==2.31.0",
41-
"cryptography==39.0.1",
41+
"cryptography==44.0.1",
4242
"dask==2023.7.0",
4343
"xgboost==1.7.6",
4444
"loguru==0.6.0",

0 commit comments

Comments
 (0)