Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/dev/cx-freeze-7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vagabondHustler authored Jul 3, 2024
2 parents 2ba6e03 + cb5d682 commit 98523c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"cloudscraper==1.2.71",
"num2words==0.5.13",
"packaging==24.1",
"pillow==10.3.0",
"pillow==10.4.0",
"pystray==0.19.5",
"requests==2.31.0",
"requests==2.32.3",
"selectolax==0.3.21",
"toml==0.10.2",
]
Expand Down Expand Up @@ -71,18 +71,18 @@
build = [
"build==1.2.1",
"cx_Freeze==7.1.1",
"twine==5.0.0",
"psutil==5.9.8",
"twine==5.1.1",
"psutil==6.0.0",
]
lint = ["black==24.4.2", "isort==5.13.2"]
tests = [
"pytest-cov==5.0.0",
"pytest==8.2.0",
"tox==4.15.0",
"tox==4.16.0",
"python-dotenv==1.0.1",
]
tools = ["pyperclip==1.8.2"]
type = ["mypy==1.10.0"]
type = ["mypy==1.10.1"]

[tool.pytest.ini_options]
addopts = "--cov=src/subsearch"
Expand Down

0 comments on commit 98523c0

Please sign in to comment.