Skip to content

Commit 63dbaab

Browse files
committed
fix pip audit issue
1 parent a0eb73f commit 63dbaab

File tree

2 files changed

+104
-93
lines changed

2 files changed

+104
-93
lines changed

pixi.lock

Lines changed: 102 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ qt = "*"
108108
qtpy = "*"
109109
pyqt = "*"
110110
# pip-audit
111-
h2 = ">=4.3.0" # Known vulnerability in <4.3.0
111+
h2 = ">=4.3.0" # Known vulnerability in <4.3.0
112+
brotli = ">=1.2.0"
112113

113114
[tool.pixi.pypi-dependencies]
114115
# PyPI dependencies, including this package to allow local editable installs

0 commit comments

Comments
 (0)