chore: Bump dependencies.
This commit is contained in:
parent
1a48956fd3
commit
ceb2567ef9
3 changed files with 117 additions and 542 deletions
|
|
@ -12,21 +12,15 @@ packages = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
attrs = ">=22"
|
||||
lenses = ">=0.5.0"
|
||||
discrete-signals = ">=0.7.3"
|
||||
parsimonious = ">=0.9.0"
|
||||
attrs = "^22"
|
||||
lenses = "^0.5.0"
|
||||
discrete-signals = "^0.8"
|
||||
parsimonious = "^0.9.0"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
hypothesis_cfg = {git = "https://github.com/mvcisback/hypothesis-cfg.git"}
|
||||
hypothesis = "^6.47.4"
|
||||
pytest-cov = "^2.7"
|
||||
pytest-flake8 = "^1.0"
|
||||
pytest-sugar = "^0.9.2"
|
||||
pytest-xdist = "^1.29"
|
||||
coverage = "^4.5"
|
||||
codecov = "^2.0"
|
||||
pytest = "^7.1.3"
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue