Skip to content

Commit

Permalink
fix: revert version and set python minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Nov 12, 2024
1 parent e418478 commit 2bb6a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ name = "bugmon"
packages = [{from = "src", include = "bugmon"}]
readme = "README.md"
repository = "https://github.com/MozillaSecurity/bugmon"
version = "3.9.0"
version = "3.8.0"

[tool.poetry.dependencies]
autobisect = "^7.5.0"
bugsy = {git = "https://github.com/AutomatedTester/Bugsy.git"}
fuzzfetch = "^2.4.2"
python = "^3.8.1"
python = "^3.9.0"
typing-extensions = "^4.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2bb6a47

Please sign in to comment.