diff --git a/poetry.lock b/poetry.lock index 7ced22a..97b7b7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -576,7 +576,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygments" -version = "2.7.2" +version = "2.7.3" description = "Pygments is a syntax highlighting package written in Python." category = "dev" optional = false @@ -999,7 +999,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ab2e3083dadd18c4b566d034f7d1ec46e6a33a87cec9da78b089ebd4065734f3" +content-hash = "ea1ba9c99be355893835bfc36ed1f4634302e29dbdb5812f83a88e1324387241" [metadata.files] alabaster = [ @@ -1286,8 +1286,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pygments = [ - {file = "Pygments-2.7.2-py3-none-any.whl", hash = "sha256:88a0bbcd659fcb9573703957c6b9cff9fab7295e6e76db54c9d00ae42df32773"}, - {file = "Pygments-2.7.2.tar.gz", hash = "sha256:381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0"}, + {file = "Pygments-2.7.3-py3-none-any.whl", hash = "sha256:f275b6c0909e5dafd2d6269a656aa90fa58ebf4a74f8fcf9053195d226b24a08"}, + {file = "Pygments-2.7.3.tar.gz", hash = "sha256:ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 7f075ee..3db3534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ reorder-python-imports = "^2.3.6" pre-commit = "^2.9.2" coverage = {extras = ["toml"], version = "^5.3"} pytest-django = "^4.1.0" -pygments = "^2.7.2" +pygments = "^2.7.3" xdoctest = "^0.15.0" sphinx = "^3.3.1" sphinx-autobuild = "^2020.9.1"