diff --git a/Pipfile b/Pipfile index 4385b4b..aab9d2a 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" flask = "*" python-dotenv = "*" jinja2 = "==3.1.6" -werkzeug = "==3.1.4" +werkzeug = "==3.1.6" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 0524981..8b9fb82 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ef9024dbaf1d47b295d307b0a9eeec5a3cb54861505daec6eb15a6cb3154746e" + "sha256": "18575f37ddeccc3fbade659c0f610dedc71ab7e1c59c31e5e60959cc790155d5" }, "pipfile-spec": 6, "requires": { @@ -172,12 +172,12 @@ }, "werkzeug": { "hashes": [ - "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905", - "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e" + "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25", + "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.1.5" + "version": "==3.1.6" } }, "develop": {}