diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-06-27 23:07:01 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-06-27 23:07:01 +0200 |
commit | 7a2cd5baed73e1634b83ce8d627ef275c993df7a (patch) | |
tree | b3f27d46f4b01cab3f2444e695408041e965ac74 /poetry.lock | |
parent | [PATCH] ldap-auth (diff) | |
download | newspipe-7a2cd5baed73e1634b83ce8d627ef275c993df7a.tar.gz newspipe-7a2cd5baed73e1634b83ce8d627ef275c993df7a.tar.bz2 newspipe-7a2cd5baed73e1634b83ce8d627ef275c993df7a.zip |
chg: [flake8] Adresses some flake8 warnings.
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 71252846..f99c7c46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -904,6 +904,20 @@ MarkupSafe = ">=2.0" i18n = ["Babel (>=2.7)"] [[package]] +name = "ldap3" +version = "2.9.1" +description = "A strictly RFC 4510 conforming LDAP V3 pure Python client library" +optional = false +python-versions = "*" +files = [ + {file = "ldap3-2.9.1-py2.py3-none-any.whl", hash = "sha256:5869596fc4948797020d3f03b7939da938778a0f9e2009f7a072ccf92b8e8d70"}, + {file = "ldap3-2.9.1.tar.gz", hash = "sha256:f3e7fc4718e3f09dda568b57100095e0ce58633bcabbed8667ce3f8fbaa4229f"}, +] + +[package.dependencies] +pyasn1 = ">=0.4.6" + +[[package]] name = "lxml" version = "4.9.2" description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." @@ -1579,6 +1593,17 @@ files = [ ] [[package]] +name = "pyasn1" +version = "0.5.0" +description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +files = [ + {file = "pyasn1-0.5.0-py2.py3-none-any.whl", hash = "sha256:87a2121042a1ac9358cabcaf1d07680ff97ee6404333bacca15f76aa8ad01a57"}, + {file = "pyasn1-0.5.0.tar.gz", hash = "sha256:97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde"}, +] + +[[package]] name = "pycodestyle" version = "2.7.0" description = "Python style guide checker" @@ -2176,4 +2201,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5cdc3c4952373fffabe6837e3316a640b6fdaf26e0e53e6e1afb9245be51e268" +content-hash = "bed4476a4291f5d5bb4029a145c9b4c595723a8167482b0a382cab9d4688d74d" |