diff --git a/poetry.lock b/poetry.lock index 20a523af62..53ac9b5695 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2008,13 +2008,13 @@ testing = ["Django", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.3" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, - {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -5331,4 +5331,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "297dc3a3226956b717fe924e240a35c251957e0785d64fbf1522f3dd7c29acb6" +content-hash = "e8bd51251218101afab4a1081b554c4c5d429b8e92a8193f807712d85bb5a0bf" diff --git a/pyproject.toml b/pyproject.toml index 8863b93353..9846652ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ greenlet = "2.0.2" gunicorn = "20.0.4" httplib2 = "0.19.0" itsdangerous = "2.1.2" -jinja2 = "3.1.2" +jinja2 = "3.1.3" jsonschema = "3.1.1" markupsafe = "2.1.1" maxminddb-geolite2 = "2018.703"