chore: Bump dependencies.

This commit is contained in:
Marcell Vazquez-Chanlatte 2023-02-19 23:09:14 -08:00
parent 1a48956fd3
commit ceb2567ef9
No known key found for this signature in database
GPG key ID: 5F0B9983ED00A2AF
3 changed files with 117 additions and 542 deletions

View file

@ -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]