keystoneauth/keystoneauth1/identity/v3
Stephen Finucane 9df23dc6a8 Bump bandit
Address incompatibility with Python 3.8, which happens due to the older
bandits use of the private '_ast' module instead of 'ast' [1] and the
deprecated 'Num' having been removed from the former. The bump requires
an additional nosec for a line that is misidentified as a hardcoded
password.

A note about requirements ordering is removed as it hasn't been relevant
since pip 20.3 introduced the new dependency resolver.

[1] 09b0207e2b

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Icaaa3a2e24429bba5cf70c04062cfa5820c8a1bf
2023-12-18 10:17:14 +00:00
..
__init__.py OAuth 2.0 Mutual-TLS Support 2023-02-10 20:56:45 +09:00
application_credential.py Add support for application credentials 2018-01-18 13:16:54 +01:00
base.py Merge "Remove six" 2023-04-21 16:29:11 +00:00
federation.py Merge "Remove six" 2023-04-21 16:29:11 +00:00
k2k.py Remove six 2022-12-14 10:47:25 +00:00
multi_factor.py add support for auth_receipts and multi-method auth 2019-08-14 11:51:28 +12:00
oauth2_client_credential.py Fix linters and bindep on jammy 2022-12-01 12:14:33 +00:00
oauth2_mtls_client_credential.py Remove last reference to the python six package 2023-05-17 09:35:24 -05:00
oidc.py Bump bandit 2023-12-18 10:17:14 +00:00
password.py Implement system scope 2018-01-17 15:50:11 +00:00
receipt.py add support for auth_receipts and multi-method auth 2019-08-14 11:51:28 +12:00
token.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
tokenless_auth.py Remove six 2022-12-14 10:47:25 +00:00
totp.py Support TOTP auth plugin 2016-06-13 11:40:43 -07:00