From caabec219c51881b716f1c69cdc4b8ac5fdcd6f5 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Mon, 13 May 2024 17:30:13 -0700 Subject: [PATCH] chore(Poetry): remove pinned werkzeug, then "poetry lock --no-update" The relevant httpbin issue has been resolved and is compatible with newer werkzeug. --- proxy/poetry.lock | 2 +- proxy/pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/proxy/poetry.lock b/proxy/poetry.lock index 321cded05..4849523dc 100644 --- a/proxy/poetry.lock +++ b/proxy/poetry.lock @@ -810,4 +810,4 @@ watchdog = ["watchdog"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b5f02f8e12d03de6d406107cff9174b9e2a084ba2334b925042be168fb4297db" +content-hash = "5a32e0774193efc61582e3f754820ac6885a339c2f6a59f89cd5b76d13c4f9e7" diff --git a/proxy/pyproject.toml b/proxy/pyproject.toml index 30479ae75..9b9fa54a1 100644 --- a/proxy/pyproject.toml +++ b/proxy/pyproject.toml @@ -13,4 +13,3 @@ python = "^3.11" pytest = "^7.4.3" pytest-httpbin = "^2.0.0" # needed for httpbin, see https://github.com/psf/httpbin/issues/36 -werkzeug = "<2.1.0"