Skip to content
Snippets Groups Projects
Commit 20fbf17e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'update/dev-deps' into 'master'

Update dev dependencies

See merge request AlekSIS/official/AlekSIS-App-LDAP!87
parents dce699b1 4fc80f1b
Branches ansible-2
No related tags found
No related merge requests found
...@@ -451,7 +451,10 @@ def mass_ldap_import(): ...@@ -451,7 +451,10 @@ def mass_ldap_import():
owner_attr = get_site_preferences()["ldap__group_sync_owner_attr"] owner_attr = get_site_preferences()["ldap__group_sync_owner_attr"]
for ldap_group in tqdm( for ldap_group in tqdm(
ldap_groups, desc="Sync. group members", total=len(ldap_groups), **TQDM_DEFAULTS, ldap_groups,
desc="Sync. group members",
total=len(ldap_groups),
**TQDM_DEFAULTS,
): ):
dn, attrs = ldap_group dn, attrs = ldap_group
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -37,7 +37,7 @@ aleksis-core = {version = "^2.0b0", extras = ["ldap"]} ...@@ -37,7 +37,7 @@ aleksis-core = {version = "^2.0b0", extras = ["ldap"]}
python-magic = "^0.4.22" python-magic = "^0.4.22"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "*" aleksis-builddeps = "^5"
[tool.poetry.plugins."aleksis.app"] [tool.poetry.plugins."aleksis.app"]
ldap = "aleksis.apps.ldap.apps:LDAPConfig" ldap = "aleksis.apps.ldap.apps:LDAPConfig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment