Skip to content

Commit

Permalink
Merge pull request #17429 from nsoranzo/release_23.0_python-multipart…
Browse files Browse the repository at this point in the history
…_0.0.7

[23.0] Update python-multipart to 0.0.7
  • Loading branch information
mvdbeek authored Feb 7, 2024
2 parents 504053c + de8d456 commit c654c88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ urllib3[socks]==1.26.14 ; python_version >= "3.7" and python_version < "3.12"
vine==5.0.0 ; python_version >= "3.7" and python_version < "3.12"
watchdog==2.2.1 ; python_version >= "3.7" and python_version < "3.12"
wcwidth==0.2.6 ; python_version >= "3.7" and python_version < "3.12"
werkzeug==2.2.3 ; python_version >= "3.7" and python_version < "3.12"
wrapt==1.14.1 ; python_version >= "3.7" and python_version < "3.12"
wsproto==1.2.0 ; python_version >= "3.7" and python_version < "3.12"
yarl==1.8.2 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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.5 ; 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==2022.7.1 ; python_version >= "3.7" and python_version < "3.12"
pyyaml==6.0 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
1 change: 1 addition & 0 deletions packages/util/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
pytest-httpserver
responses
Werkzeug
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ testfixtures = "*"
tuspy = "*"
twill = "*"
watchdog = "*"
Werkzeug = "*"

[tool.ruff]
select = ["E", "F", "B", "UP"]
Expand Down

0 comments on commit c654c88

Please sign in to comment.