diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 4e0e38a83eff..29f3e6cb6c2e 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -146,7 +146,7 @@ pysam==0.21.0 ; python_version >= "3.7" and python_version < "3.12" python-dateutil==2.8.2 ; python_version >= "3.7" and python_version < "3.12" python-jose==3.3.0 ; python_version >= "3.7" and python_version < "3.12" python-magic==0.4.27 ; python_version >= "3.7" and python_version < "3.12" -python-multipart==0.0.6 ; python_version >= "3.7" and python_version < "3.12" +python-multipart==0.0.7 ; python_version >= "3.7" and python_version < "3.12" python3-openid==3.2.0 ; python_version >= "3.7" and python_version < "3.12" pytz==2023.3 ; python_version >= "3.7" and python_version < "3.12" pyyaml==6.0 ; python_version >= "3.7" and python_version < "3.12" diff --git a/packages/util/test-requirements.txt b/packages/util/test-requirements.txt index 779ccfa23c7e..2b7d321b4f1a 100644 --- a/packages/util/test-requirements.txt +++ b/packages/util/test-requirements.txt @@ -1,3 +1,4 @@ pytest pytest-httpserver responses +Werkzeug diff --git a/pyproject.toml b/pyproject.toml index faf9b58666b0..d5aa38642630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,6 +152,7 @@ testfixtures = "*" tuspy = "*" twill = "*" watchdog = "*" +Werkzeug = "*" [tool.ruff] select = ["E", "F", "B", "UP"]