Skip to content

Commit

Permalink
verion up to 1.6.0 (#510)
Browse files Browse the repository at this point in the history
* [no ci] Update __init__.py

* [no ci] Update requirements.txt

* Update SECURITY.md
  • Loading branch information
babenek authored Feb 15, 2024
1 parent b51a9db commit 8b39f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion credsweeper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
'__version__'
]

__version__ = "1.5.12"
__version__ = "1.6.0"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b39f34

Please sign in to comment.