diff --git a/SECURITY.md b/SECURITY.md index 2d94d4694..63a967df8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | |---------|--------------------| -| 1.5.x | :white_check_mark: | -| <1.5.x | :x: | +| 1.6.x | :white_check_mark: | +| <1.6.x | :x: | ## Reporting a Vulnerability diff --git a/credsweeper/__init__.py b/credsweeper/__init__.py index 470dcfd33..e9abd455f 100644 --- a/credsweeper/__init__.py +++ b/credsweeper/__init__.py @@ -20,4 +20,4 @@ '__version__' ] -__version__ = "1.5.12" +__version__ = "1.6.0" diff --git a/requirements.txt b/requirements.txt index b7030ea2f..7e0f8f831 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Common requirements beautifulsoup4==4.12.3 -cryptography==42.0.0 +cryptography==42.0.2 GitPython==3.1.41 google-auth-oauthlib==1.2.0 humanfriendly==10.0 @@ -28,10 +28,10 @@ numpy==1.24.4 scikit-learn==1.3.2 scipy==1.10.1 # ^ the version supports python 3.8 -onnxruntime==1.16.3 +onnxruntime==1.17.0 # setup.py requirement -setuptools==69.0.3 +setuptools==69.1.0 # Auxiliary # Tests and maintenance packages