diff --git a/poetry.lock b/poetry.lock index 645219e3..2801ad4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -690,15 +690,18 @@ files = [ [[package]] name = "pygments" -version = "2.4.2" +version = "2.15.0" description = "Pygments is a syntax highlighting package written in Python." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "Pygments-2.4.2-py2.py3-none-any.whl", hash = "sha256:71e430bc85c88a430f000ac1d9b331d2407f681d6f6aec95e8bcfbc3df5b0127"}, - {file = "Pygments-2.4.2.tar.gz", hash = "sha256:881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"}, + {file = "Pygments-2.15.0-py3-none-any.whl", hash = "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094"}, + {file = "Pygments-2.15.0.tar.gz", hash = "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500"}, ] +[package.extras] +plugins = ["importlib-metadata"] + [[package]] name = "pytest" version = "7.2.0" @@ -868,4 +871,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d363536ae4caa148f5ad97954f335d0dfa6feea574215faca484be9ed9e8c8de" +content-hash = "ba33c408efe7eb9da1ef6c0fa2051977c078dfe861d80a69cd405e6b4270b248" diff --git a/pyproject.toml b/pyproject.toml index 7dd05f31..4dbb940b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pickleshare = "0.7.5" plumbum = "1.8.0" protobuf = "4.25.1" ptyprocess = "0.6.0" -Pygments = "2.4.2" +Pygments = "2.15.0" six = "1.13.0" traitlets = "4.3.3" wcwidth = "0.1.7"