diff --git a/Pipfile b/Pipfile index 35f92973..6db985ec 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ certifi = "==2024.2.2" cffi = "==1.16.0" click = ">=7.1.2" distlib = "==0.3.8" -filelock = "==3.13.1" +filelock = "==3.13.2" flask-cors = "==4.0.0" flask-restful = "==0.3.10" flask = "==3.0.2" diff --git a/Pipfile.lock b/Pipfile.lock index 3ddb0453..ec1ca63f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4bcc030abc00a2dbd4224365e6cc5f42105cb928b69cd3893b750d5443697f1a" + "sha256": "d55df655f7ada8df1cae4c8e4ccbd4d19de04394bb186aaae536d0b48781d904" }, "pipfile-spec": 6, "requires": { @@ -213,12 +213,12 @@ }, "filelock": { "hashes": [ - "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e", - "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c" + "sha256:9e2106260b5f65600a31bc503721e3db7e64598bb406ebc5921aeaafe441ba34", + "sha256:e4c33bc026ace328551af557d4d34f59566c98acd4ed66c13b4335f114f04f7a" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.13.1" + "version": "==3.13.2" }, "flask": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c462a58a..663af099 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ cffi==1.16.0; python_version >= '3.8' click==8.1.7; python_version >= '3.7' distlib==0.3.8 exceptiongroup==1.2.0; python_version < '3.11' -filelock==3.13.1; python_version >= '3.8' +filelock==3.13.2; python_version >= '3.8' flask==3.0.2; python_version >= '3.8' flask-cors==4.0.0 flask-restful==0.3.10 @@ -30,13 +30,13 @@ 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' numpy==1.24.4; python_version >= '3.8' -packaging==24.0; python_version >= '3.7' +packaging==23.2; python_version >= '3.7' pipenv==2023.12.1; python_version >= '3.8' platformdirs==4.2.0; python_version >= '3.8' pluggy==1.4.0; python_version >= '3.8' pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pyjwt==2.8.0; python_version >= '3.7' -pytest==8.1.1; python_version >= '3.8' +pytest==8.0.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.1; python_version >= '3.8' python-editor==1.0.4 @@ -44,16 +44,16 @@ 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.2.0; 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.28; 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.9.0.20240316; python_version >= '3.8' +types-python-dateutil==2.8.19.20240106; 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' werkzeug==3.0.1; python_version >= '3.8' -zipp==3.18.1; python_version >= '3.8' +zipp==3.17.0; python_version >= '3.8'