Compare commits
7 commits
9d012ca2f8
...
87838a38c3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
87838a38c3 | ||
15370f9739 | |||
880b38ce3f | |||
4d5c8e3784 | |||
e0a1197a70 | |||
3976d2905b | |||
8edb059831 |
5 changed files with 38 additions and 30 deletions
|
@ -27,3 +27,7 @@ jobs:
|
|||
RENOVATE_ENDPOINT: ${{ vars.RENOVATE_ENDPOINT }}
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@servala.app.codey.ch>"
|
||||
RENOVATE_USERNAME: renovate
|
||||
RENOVATE_ENABLE_PYTHON_TOOL_VERSIONS: true
|
||||
|
|
|
@ -7,7 +7,7 @@ requires-python = ">=3.12"
|
|||
dependencies = [
|
||||
"argon2-cffi>=23.1.0",
|
||||
"cryptography>=44.0.2",
|
||||
"django==5.2",
|
||||
"django==5.2.1",
|
||||
"django-allauth>=65.5.0",
|
||||
"django-fernet-encrypted-fields>=0.3.0",
|
||||
"django-scopes>=2.0.0",
|
||||
|
|
|
@ -4,39 +4,40 @@
|
|||
"config:recommended"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"pip_requirements"
|
||||
],
|
||||
"matchFileNames": [
|
||||
"pyproject.toml",
|
||||
"requirements.txt",
|
||||
"requirements/*.txt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"dockerfile"
|
||||
],
|
||||
"matchFileNames": [
|
||||
"Dockerfile",
|
||||
"**/*.dockerfile",
|
||||
"**/Dockerfile.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"matchFileNames": [
|
||||
".forgejo/workflows/*.yml",
|
||||
".forgejo/workflows/*.yaml",
|
||||
".github/workflows/*.yml",
|
||||
".github/workflows/*.yaml"
|
||||
".forgejo/workflows/*.yaml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"pep621"
|
||||
],
|
||||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"python"
|
||||
],
|
||||
"matchManagers": [
|
||||
"dockerfile"
|
||||
],
|
||||
"versioning": "docker"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
"dependencies"
|
||||
]
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"schedule": [
|
||||
"before 5am on monday"
|
||||
]
|
||||
},
|
||||
"prConcurrentLimit": 5,
|
||||
"branchConcurrentLimit": 10
|
||||
}
|
|
@ -117,7 +117,10 @@ if all(
|
|||
"addressing_style": SERVALA_S3_ADDRESSING_STYLE,
|
||||
"signature_version": SERVALA_S3_SIGNATURE_VERSION,
|
||||
},
|
||||
}
|
||||
},
|
||||
"staticfiles": {
|
||||
"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
|
||||
},
|
||||
}
|
||||
|
||||
#######################################
|
||||
|
|
8
uv.lock
generated
8
uv.lock
generated
|
@ -289,16 +289,16 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "django"
|
||||
version = "5.2"
|
||||
version = "5.2.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "asgiref" },
|
||||
{ name = "sqlparse" },
|
||||
{ name = "tzdata", marker = "sys_platform == 'win32'" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/4c/1b/c6da718c65228eb3a7ff7ba6a32d8e80fa840ca9057490504e099e4dd1ef/Django-5.2.tar.gz", hash = "sha256:1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89", size = 10824891, upload-time = "2025-04-02T13:08:06.874Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/ac/10/0d546258772b8f31398e67c85e52c66ebc2b13a647193c3eef8ee433f1a8/django-5.2.1.tar.gz", hash = "sha256:57fe1f1b59462caed092c80b3dd324fd92161b620d59a9ba9181c34746c97284", size = 10818735, upload-time = "2025-05-07T14:06:17.543Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/63/e0/6a5b5ea350c5bd63fe94b05e4c146c18facb51229d9dee42aa39f9fc2214/Django-5.2-py3-none-any.whl", hash = "sha256:91ceed4e3a6db5aedced65e3c8f963118ea9ba753fc620831c77074e620e7d83", size = 8301361, upload-time = "2025-04-02T13:08:01.465Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/90/92/7448697b5838b3a1c6e1d2d6a673e908d0398e84dc4f803a2ce11e7ffc0f/django-5.2.1-py3-none-any.whl", hash = "sha256:a9b680e84f9a0e71da83e399f1e922e1ab37b2173ced046b541c72e1589a5961", size = 8301833, upload-time = "2025-05-07T14:06:10.955Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1022,7 +1022,7 @@ dev = [
|
|||
requires-dist = [
|
||||
{ name = "argon2-cffi", specifier = ">=23.1.0" },
|
||||
{ name = "cryptography", specifier = ">=44.0.2" },
|
||||
{ name = "django", specifier = "==5.2" },
|
||||
{ name = "django", specifier = "==5.2.1" },
|
||||
{ name = "django-allauth", specifier = ">=65.5.0" },
|
||||
{ name = "django-fernet-encrypted-fields", specifier = ">=0.3.0" },
|
||||
{ name = "django-scopes", specifier = ">=2.0.0" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue