Skip to content

Commit e42f0dc

Browse files
committed
update
1 parent 349448c commit e42f0dc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "codeaudit"
77
dynamic = ["version"] # This tells Hatch that version is dynamically determined
88
description = 'A modern Python security source code analyzer (SAST) based on distrust.'
99
readme = "README.md"
10-
dependencies = ["fire>=0.7.0","pandas>=2.3","altair>=5.5"]
10+
dependencies = ["fire==0.7.1","pandas==3.0.2","altair==6.0.0"]
1111
requires-python = ">=3.11"
1212
license = "GPL-3.0-or-later"
1313
keywords = ["SAST", "Python SAST", "SAST API", "Complexity Checker"]
@@ -42,7 +42,8 @@ source = "vcs"
4242

4343
[tool.hatch.build.targets.wheel]
4444
packages = ["src/codeaudit" , "src/dashboard"]
45-
include = ["codeaudit/data/*.csv"]
45+
include = ["src/codeaudit/data/*.csv"]
46+
4647

4748
[project.scripts]
4849
codeaudit = "codeaudit.codeaudit:main"
@@ -58,5 +59,5 @@ check = "mypy --install-types --non-interactive {args:src/codeaudit tests}"
5859
python = ["3.14", "3.13", "3.12", "3.11"]
5960

6061
[tool.black]
61-
target-version = ["py311", "py312", "py313"]
62+
target-version = ["py311", "py312", "py313", "py314"]
6263
extend-exclude ='(python2_file_willnotwork|dunderexec_with_parsing_error).py|validationfiles|suppression|spytestdir'

0 commit comments

Comments
 (0)