Skip to content

Commit

Permalink
Specify looser restrictions for dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 8, 2023
1 parent 8e94106 commit be24ecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
12 changes: 1 addition & 11 deletions poetry.lock

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

15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "rodhaj"
version = "0.1.0"
description = "Trnasprogrammer discord bot"
description = "Transprogrammer's custom modmail bot"
authors = ["No767 <[email protected]>"]
license = "MPL-2.0"
license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
Expand All @@ -20,11 +20,14 @@ python-dateutil = "^2.8.2"
click = "^8.1.7"
typing-extensions = "^4.8.0"

# These are pinned by major version
# To not get dependabot to constantly update them
# https://python-poetry.org/docs/dependency-specification/
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
pyright = "^1.1.334"
ruff = "^0.1.4"
watchfiles = "^0.21.0"
pre-commit = "^3"
pyright = "^1.1"
ruff = "^0.1,>=0.1.0"
watchfiles = "^0"
jishaku = "^2.5.2"

[tool.isort]
Expand Down

0 comments on commit be24ecb

Please sign in to comment.