chore: remove pygments-ldif and update dependencies

pygments 2.17.0 includes a ldif lexer
This commit is contained in:
Éloi Rivard 2023-11-18 15:30:20 +01:00
parent cdf49c9869
commit fa24c2e810
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 13 additions and 26 deletions

38
poetry.lock generated
View file

@ -118,13 +118,13 @@ files = [
[[package]] [[package]]
name = "certifi" name = "certifi"
version = "2023.7.22" version = "2023.11.17"
description = "Python package for providing Mozilla's CA Bundle." description = "Python package for providing Mozilla's CA Bundle."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"},
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"},
] ]
[[package]] [[package]]
@ -535,13 +535,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"]
[[package]] [[package]]
name = "faker" name = "faker"
version = "20.0.0" version = "20.0.3"
description = "Faker is a Python package that generates fake data for you." description = "Faker is a Python package that generates fake data for you."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "Faker-20.0.0-py3-none-any.whl", hash = "sha256:171b27ba106cf69e30a91ac471407c2362bd6af27738e2461dc441aeff5eed91"}, {file = "Faker-20.0.3-py3-none-any.whl", hash = "sha256:88316cfa7c8be892433bb10b2f1c2a7ce97246e18712680547e2fb1c4bd03912"},
{file = "Faker-20.0.0.tar.gz", hash = "sha256:df44b68b9d231e784f4bfe616d781576cfef9f0c5d9a17671bf84dc10d7b44d6"}, {file = "Faker-20.0.3.tar.gz", hash = "sha256:f9af61c9223e1a3fd01ee2a48265352432f40a4fb21feb274d9d1d97b4943d75"},
] ]
[package.dependencies] [package.dependencies]
@ -1122,30 +1122,18 @@ files = [
[[package]] [[package]]
name = "pygments" name = "pygments"
version = "2.16.1" version = "2.17.0"
description = "Pygments is a syntax highlighting package written in Python." description = "Pygments is a syntax highlighting package written in Python."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "Pygments-2.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"}, {file = "pygments-2.17.0-py3-none-any.whl", hash = "sha256:cd0c46944b2551af02ecc15961050182ea120d3895000e2676160820f3421527"},
{file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"}, {file = "pygments-2.17.0.tar.gz", hash = "sha256:edaa0fa2453d055d0ac94449d1f73ec7bc52c5e318204da1377c1392978c4a8d"},
] ]
[package.extras] [package.extras]
plugins = ["importlib-metadata"] plugins = ["importlib-metadata"]
windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pygments-ldif"
version = "1.0.1"
description = "LDAP Data Interchange Format (LDIF) lexer for Pygments"
optional = false
python-versions = "*"
files = [
{file = "pygments-ldif-1.0.1.tar.gz", hash = "sha256:df303ce8f3b74ab659afeb6adb12d89e9352b18228c0742fbc080b4e49b5e0c7"},
]
[package.dependencies]
Pygments = "*"
[[package]] [[package]]
name = "pyquery" name = "pyquery"
@ -1316,12 +1304,12 @@ six = ">=1.5"
[[package]] [[package]]
name = "python-ldap" name = "python-ldap"
version = "3.4.3" version = "3.4.4"
description = "Python modules for implementing LDAP clients" description = "Python modules for implementing LDAP clients"
optional = true optional = true
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "python-ldap-3.4.3.tar.gz", hash = "sha256:ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0"}, {file = "python-ldap-3.4.4.tar.gz", hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828"},
] ]
[package.dependencies] [package.dependencies]
@ -1902,4 +1890,4 @@ sentry = ["sentry-sdk"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "6b8934412af7a82a9a8603bd181ed134d97ee93330eb7c9573c1900b3f2d7dc5" content-hash = "0964c8905ad2a783d4ff22d14c7bec7ef8f78c9611fec830ed7c77df7e184a4d"

View file

@ -67,7 +67,6 @@ optional = true
sphinx = "^7.0.0" sphinx = "^7.0.0"
sphinx-rtd-theme = "^1.3.0" sphinx-rtd-theme = "^1.3.0"
sphinx-issues = "^3.0.0" sphinx-issues = "^3.0.0"
pygments-ldif = "^1.0.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
coverage = {version = "*", extras=["toml"]} coverage = {version = "*", extras=["toml"]}