diff --git a/poetry.lock b/poetry.lock index 001a005..eef923a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,7 +712,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.10.0" +version = "2.11.0" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -1280,7 +1280,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "47b2c4a4d89febac3e2914b32c2bf7b39aec49027a3507ca59f4c92560319656" +content-hash = "007017d07ea45fb47db100fae53ff6f26c02e19c3acbd94d26355876bf65e673" [metadata.files] alabaster = [ @@ -1675,8 +1675,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pygments = [ - {file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"}, - {file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"}, + {file = "Pygments-2.11.0-py3-none-any.whl", hash = "sha256:ac8098bfc40b8e1091ad7c13490c7f4797e401d0972e8fcfadde90ffb3ed4ea9"}, + {file = "Pygments-2.11.0.tar.gz", hash = "sha256:51130f778a028f2d19c143fce00ced6f8b10f726e17599d7e91b290f6cbcda0c"}, ] pyparsing = [ {file = "pyparsing-3.0.6-py3-none-any.whl", hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4"}, diff --git a/pyproject.toml b/pyproject.toml index cdfe8bd..110b520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ darglint = "^1.8.1" reorder-python-imports = "^2.6.0" pre-commit-hooks = "^4.0.1" sphinx-click = "^3.0.2" -Pygments = "^2.10.0" +Pygments = "^2.11.0" pyupgrade = "^2.30.0" furo = ">=2021.11.12" pytest-cov = "^3.0.0"