ilot/authentik: upgrade to 2024.6 #7

Closed
opened 2024-08-25 13:36:53 +00:00 by ayakael · 1 comment
Owner

Cleaned-up output of git diff version/2024.4.4 version/2024.6.4 -- pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
index e5f4f7554..4090519d2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "authentik"
-version = "2024.4.4"
+version = "2024.6.4"
 description = ""
 authors = ["authentik Team <hello@goauthentik.io>"]
 
@@ -76,7 +76,7 @@ show_missing = true
 DJANGO_SETTINGS_MODULE = "authentik.root.settings"
 python_files = ["tests.py", "test_*.py", "*_tests.py"]
 junit_family = "xunit2"
-addopts = "-p no:celery -p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules"
+addopts = "-p no:celery -p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules --import-mode=importlib"
 filterwarnings = [
     "ignore:defusedxml.lxml is no longer supported and will be removed in a future release.:DeprecationWarning",
     "ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning",
@@ -94,9 +94,11 @@ dacite = "*"
 deepmerge = "*"
 defusedxml = "*"
 django = "*"
+django-cte = "*"
 django-filter = "*"
 django-guardian = "*"
 django-model-utils = "*"
+django-pglock = "*"
 django-prometheus = "*"
 django-redis = "*"
 django-storages = { extras = ["s3"], version = "*" }
@@ -108,16 +110,17 @@ docker = "*"
 drf-spectacular = "*"
 dumb-init = "*"
 duo-client = "*"
-facebook-sdk = "*"
 fido2 = "*"
 flower = "*"
 geoip2 = "*"
+google-api-python-client = "*"
 gunicorn = "*"
 jsonpatch = "*"
 kubernetes = "*"
 ldap3 = "*"
 lxml = "*"
-opencontainers = { extras = ["reggie"], version = "*" }
+msgraph-sdk = "*"
+opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf", extras = ["reggie"] }
 packaging = "*"
 paramiko = "*"
 psycopg = { extras = ["c"], version = "*" }
Cleaned-up output of `git diff version/2024.4.4 version/2024.6.4 -- pyproject.toml` ```diff diff --git a/pyproject.toml b/pyproject.toml index e5f4f7554..4090519d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "authentik" -version = "2024.4.4" +version = "2024.6.4" description = "" authors = ["authentik Team <hello@goauthentik.io>"] @@ -76,7 +76,7 @@ show_missing = true DJANGO_SETTINGS_MODULE = "authentik.root.settings" python_files = ["tests.py", "test_*.py", "*_tests.py"] junit_family = "xunit2" -addopts = "-p no:celery -p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules" +addopts = "-p no:celery -p authentik.root.test_plugin --junitxml=unittest.xml -vv --full-trace --doctest-modules --import-mode=importlib" filterwarnings = [ "ignore:defusedxml.lxml is no longer supported and will be removed in a future release.:DeprecationWarning", "ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning", @@ -94,9 +94,11 @@ dacite = "*" deepmerge = "*" defusedxml = "*" django = "*" +django-cte = "*" django-filter = "*" django-guardian = "*" django-model-utils = "*" +django-pglock = "*" django-prometheus = "*" django-redis = "*" django-storages = { extras = ["s3"], version = "*" } @@ -108,16 +110,17 @@ docker = "*" drf-spectacular = "*" dumb-init = "*" duo-client = "*" -facebook-sdk = "*" fido2 = "*" flower = "*" geoip2 = "*" +google-api-python-client = "*" gunicorn = "*" jsonpatch = "*" kubernetes = "*" ldap3 = "*" lxml = "*" -opencontainers = { extras = ["reggie"], version = "*" } +msgraph-sdk = "*" +opencontainers = { git = "https://github.com/vsoch/oci-python", rev = "20d69d9cc50a0fef31605b46f06da0c94f1ec3cf", extras = ["reggie"] } packaging = "*" paramiko = "*" psycopg = { extras = ["c"], version = "*" } ```
ayakael added this to the Maintenance project 2024-08-25 17:14:30 +00:00
ayakael removed this from the Maintenance project 2024-08-25 17:31:20 +00:00
ayakael added this to the Maintenance project 2024-09-10 12:47:10 +00:00
Author
Owner

Done

Done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ilot/iports#7
No description provided.