Skip to content

Commit

Permalink
build: studio needs requests
Browse files Browse the repository at this point in the history
g2p used to falsely declare it, and we depended on that...

also, declare requests>=2.31.0 while I'm at it since <= 2.30 has a CVE.

also make the gitlint-core version spec more flexible
  • Loading branch information
joanise committed Apr 18, 2024
1 parent 5166562 commit 4fc6326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This is a set of development dependencies
black~=24.3
flake8>=4.0.1
gitlint-core==0.17.0
gitlint-core>=0.17.0
isort>=5.10.1
mypy>=1.4.1
mypy>=1.5.1; python_version >= "3.8"
pre-commit>=2.6.0
types-python-slugify>=5.0.3
types-pyyaml>=6.0.5
types-requests>=2.27.11
types-requests>=2.31.0
types-setuptools>=57.4.9
1 change: 1 addition & 0 deletions requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ numpy>=1.20.2,<2
pydub==0.23.1
pympi-ling>=1.69,<2.0
python-slugify==5.0.0
requests>=2.31.0
soundswallower~=0.6.0
webvtt-py==0.4.2

0 comments on commit 4fc6326

Please sign in to comment.