diff --git a/poetry.lock b/poetry.lock index a3dfd620..3554bb17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1185,7 +1185,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.11.1" +version = "2.11.2" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -1805,7 +1805,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [metadata] lock-version = "1.1" python-versions = "^3.8.1,<3.10" -content-hash = "31a40b94f45d21a94bda3513d6a7ad837833deb23cfd0eece44360327253727e" +content-hash = "6d8edef3d0d03dd92c43a8e8dc9bfbcda9e056367bfb2b24bf7a968bfa1b5a02" [metadata.files] alabaster = [ @@ -2570,8 +2570,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pygments = [ - {file = "Pygments-2.11.1-py3-none-any.whl", hash = "sha256:9135c1af61eec0f650cd1ea1ed8ce298e54d56bcd8cc2ef46edd7702c171337c"}, - {file = "Pygments-2.11.1.tar.gz", hash = "sha256:59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4"}, + {file = "Pygments-2.11.2-py3-none-any.whl", hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65"}, + {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 9fd6a8f3..174c90b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ reorder-python-imports = "^2.5.0" pre-commit-hooks = "^4.1.0" sphinx-rtd-theme = "^1.0.0" sphinx-click = "^3.0.2" -Pygments = "^2.11.1" +Pygments = "^2.11.2" jupyter = "^1.0.0" xmltodict = "^0.12.0" pandas = "^1.3.1"