Compare commits

..

5 Commits

Author SHA1 Message Date
Peter Pfeufer
d15913f24c Merge branch 'supervisor-env-variables' into 'master'
[ADD] Environment variables to supervisor config

See merge request allianceauth/allianceauth!1739
2025-10-03 15:05:11 +00:00
Ariel Rin
58cc4b84dd Merge branch 'codeowners' into 'master'
[ADD] CODEOWNERS file

See merge request allianceauth/allianceauth!1765
2025-09-26 23:37:55 +00:00
Ariel Rin
331dc7d4d0 Merge branch 'limit-bcrypt-version' into 'master'
[CHANGE] Temporarily limit `bcyrpt` to below v5.0.0

See merge request allianceauth/allianceauth!1768
2025-09-26 23:32:56 +00:00
Peter Pfeufer
01991b78c9
[CHANGE] Temporarily limit bcyrpt to below v5.0.0
See: https://gitlab.com/allianceauth/allianceauth/-/issues/1436
2025-09-26 17:47:50 +02:00
Peter Pfeufer
a7f6a74211
[ADD] CODEOWNERS file
See: https://docs.gitlab.com/user/project/codeowners/
2025-09-24 08:53:28 +02:00
2 changed files with 2 additions and 1 deletions

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @allianceauth

View File

@ -40,7 +40,7 @@ dynamic = [
"version",
]
dependencies = [
"bcrypt",
"bcrypt<5",
"beautifulsoup4",
"celery>=5.2,<6",
"celery-once>=3.0.1",