Merge pull request #1413 from netbox-community/renovate/dulwich-0.x

Update dependency dulwich to v0.22.8
This commit is contained in:
Tobias Genannt 2025-03-07 19:33:22 +01:00 committed by GitHub
commit b6a30bf989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -4,15 +4,10 @@
"IgnoreDefaults": false, "IgnoreDefaults": false,
"SpacesAftertabs": false, "SpacesAftertabs": false,
"NoColor": false, "NoColor": false,
"Exclude": [ "Exclude": ["LICENSE", "\\.initializers", "\\.vscode"],
"LICENSE",
"\\.initializers",
"\\.vscode"
],
"AllowedContentTypes": [], "AllowedContentTypes": [],
"PassedFiles": [], "PassedFiles": [],
"Disable": { "Disable": {
// set these options to true to disable specific checks
"EndOfLine": false, "EndOfLine": false,
"Indentation": false, "Indentation": false,
"InsertFinalNewline": false, "InsertFinalNewline": false,

View File

@ -41,7 +41,7 @@ jobs:
VALIDATE_GITLEAKS: false VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*) FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*)
EDITORCONFIG_FILE_NAME: .ecrc EDITORCONFIG_FILE_NAME: .editorconfig-checker.json
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml
MARKDOWN_CONFIG_FILE: .markdown-lint.yml MARKDOWN_CONFIG_FILE: .markdown-lint.yml
PYTHON_BLACK_CONFIG_FILE: pyproject.toml PYTHON_BLACK_CONFIG_FILE: pyproject.toml

View File

@ -1,6 +1,6 @@
django-auth-ldap==5.1.0 django-auth-ldap==5.1.0
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.5 django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.5
dulwich==0.22.7 dulwich==0.22.8
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec

View File

@ -3,4 +3,9 @@ LOGGING = {
'disable_existing_loggers': True 'disable_existing_loggers': True
} }
PLUGINS = [
'netbox.tests.dummy_plugin',
]
DEFAULT_PERMISSIONS = {} DEFAULT_PERMISSIONS = {}