diff --git a/Pipfile b/Pipfile index 2e44fc9e..c6a182e7 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ ics = "==0.7.2" itsdangerous = ">=1.1.0" jinja2 = ">=2.11.3" jmespath = "==0.10.0" -mako = "==1.3.2" +mako = "==1.3.3" markupsafe = ">=1.1.1" minizinc = "==0.9.0" mysqlclient = "==2.2.4" diff --git a/Pipfile.lock b/Pipfile.lock index 0a8e31d9..28086311 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "de40f1fb67f0a35aa90b27c9102cff1564070a8469cc6c5c80b63b2061f65fc7" + "sha256": "5e9fabb30b71d67596a73c79613cf982f8b758eef49dee8099fb2888b0c29008" }, "pipfile-spec": 6, "requires": { @@ -372,12 +372,12 @@ }, "mako": { "hashes": [ - "sha256:2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e", - "sha256:32a99d70754dfce237019d17ffe4a282d2d3351b9c476e90d8a60e63f133b80c" + "sha256:5324b88089a8978bf76d1629774fcc2f1c07b82acdf00f4c5dd8ceadfffc4b40", + "sha256:e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.3.2" + "version": "==1.3.3" }, "markupsafe": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 58f31a71..f6ec4119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ iniconfig==2.0.0; python_version >= '3.7' itsdangerous==2.1.2; python_version >= '3.7' jinja2==3.1.3; python_version >= '3.7' jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' -mako==1.3.2; python_version >= '3.8' +mako==1.3.3; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' minizinc==0.9.0; python_version >= '3.7' and python_version < '4.0' mysqlclient==2.2.4; python_version >= '3.8' @@ -44,14 +44,14 @@ python-http-client==3.3.7; python_version >= '2.7' and python_version not in '3. pytz==2024.1 s3transfer==0.4.2 sendgrid==6.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -setuptools==69.5.1; python_version >= '3.8' +setuptools==69.1.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==2.0.29; python_version >= '3.7' starkbank-ecdsa==2.2.0 tatsu==5.8.3; python_version >= '3.8' tomli==2.0.1; python_version < '3.11' types-python-dateutil==2.8.19.20240106; python_version >= '3.8' -typing-extensions==4.11.0; python_version >= '3.8' +typing-extensions==4.10.0; python_version >= '3.8' urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' virtualenv==20.25.1; python_version >= '3.7' virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'