diff --git a/Pipfile.lock b/Pipfile.lock index 7115862..8f35620 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -46,10 +46,11 @@ }, "certifi": { "hashes": [ - "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee", - "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" + "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1", + "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474" ], - "version": "==2021.5.30" + "markers": "python_version >= '3.6'", + "version": "==2023.11.17" }, "chardet": { "hashes": [ @@ -183,11 +184,11 @@ "flask" ], "hashes": [ - "sha256:0a711ec952441c2ec89b8f5d226c33bc697914f46e876b44a4edd3e7864cf4d0", - "sha256:737a094e49a529dd0fdcaafa9e97cf7c3d5eb964bd229821d640bc77f3502b3f" + "sha256:273fe05adf052b40fd19f6d4b9a5556316807246bd817e5e3482930730726bb0", + "sha256:72c00322217d813cf493fe76590b23a757e063ff62fec59299f4af7201dd4448" ], "index": "pypi", - "version": "==0.19.5" + "version": "==1.14.0" }, "six": { "hashes": [ @@ -207,11 +208,11 @@ }, "urllib3": { "hashes": [ - "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", - "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" + "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3", + "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54" ], - "index": "pypi", - "version": "==1.26.5" + "markers": "python_version >= '3.6'", + "version": "==2.1.0" }, "webencodings": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 74d5bcc..2ebe477 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,13 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - --i https://pypi.org/simple/ +-i https://pypi.org/simple aniso8601==9.0.1 beautifulsoup4==4.9.3 blinker==1.4 bs4==0.0.1 -certifi==2023.7.22 +certifi==2023.11.17; python_version >= '3.6' chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' click==8.0.1; python_version >= '3.6' +flask==1.1.2 flask-restful==0.3.8 -flask==2.2.5 gunicorn==20.0.4 html5lib==1.1 idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' @@ -23,9 +16,9 @@ jinja2==3.0.1; python_version >= '3.6' markupsafe==2.0.1; python_version >= '3.6' pytz==2021.1 requests==2.25.1 -sentry-sdk[flask]==0.19.5 +sentry-sdk[flask]==1.14.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' soupsieve==2.2.1; python_version >= '3.0' -urllib3==1.26.5 +urllib3==2.1.0; python_version >= '3.6' webencodings==0.5.1 werkzeug==2.0.1; python_version >= '3.6'