Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'credentialdigger'
version = '4.14.9'
version = '4.15.0'
dynamic = ['dependencies']
authors = [
{name = 'SAP SE'}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg2-binary
PyGithub
python-dotenv
pyyaml
rich~=14.0
rich~=14.1
srsly>=2.4.0
tensorflow==2.19.0
tensorflow-text==2.19.0
Expand Down
2 changes: 1 addition & 1 deletion src/credentialdigger/models/password_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class PasswordModel(BaseModel):

def __init__(self,
model='SAPOSS/password-model',
model='SAP/password-model',
tokenizer='microsoft/codebert-base-mlm'):
"""
Parameters
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
parameterized~=0.9.0
pytest~=8.4.0
pytest~=8.4.1
Loading