Skip to content

Commit

Permalink
build(deps): Loosen dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 1, 2022
1 parent 4e21666 commit b9c0aa1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ colorama = ">=0.3.9"
### Docs ###
sphinx = "*"
furo = "*"
gp-libs = "0.0.1a10"
gp-libs = "0.0.1a12"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"
sphinx-click = "*"
Expand All @@ -77,7 +77,7 @@ myst_parser = "*"
### Testing ###
pytest = "*"
pytest-rerunfailures = "*"
pytest-watcher = "^0.2.3"
pytest-watcher = "*"

### Coverage ###
codecov = "*"
Expand All @@ -90,14 +90,14 @@ isort = "*"

### Lint ###
flake8 = "*"
flake8-bugbear = "^22.8.23"
flake8-bugbear = "*"
flake8-comprehensions = "*"
mypy = "*"

### Lint : Annotations ###
types-requests = "^2.28.11"
types-PyYAML = "^6.0.11"
types-colorama = "^0.4.15"
types-requests = "*"
types-PyYAML = "*"
types-colorama = "*"

[tool.poetry.extras]
docs = [
Expand Down

0 comments on commit b9c0aa1

Please sign in to comment.