Skip to content

Commit

Permalink
Updated black version for vuln fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-systemtwo committed May 17, 2024
1 parent 909ba86 commit 626e872
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ openai = "^1.2.4"
tiktoken = "^0.5.1"
faiss-cpu = "^1.7.4"


[tool.poetry.group.dev.dependencies]
black = "^24.4.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.12.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
black==24.4.2 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9" and sys_platform == "win32" or python_full_version >= "3.8.1" and python_full_version <= "3.11.9" and platform_system == "Windows"
coverage[toml]==7.5.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.9"
Expand Down

0 comments on commit 626e872

Please sign in to comment.