Skip to content

Commit

Permalink
build(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 23, 2023
1 parent fc6ac8a commit 15c3838
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 94 deletions.
146 changes: 58 additions & 88 deletions poetry.lock

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

11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,20 @@ statsmodels = "*"
types-click = "*"
types-toml = "*"
influxdb-client = {version = "*", optional = true}
nbval = "^0.9.6"
pytest-xdist = "^2.5.0"
pytest-cov = "^3.0.0"
nbval = "*"

[tool.poetry.group.dev.dependencies]
jupyterlab = "*"
ipykernel = "*"
pytest = "*"
pytest-cov = "*"
pytest_notebook = "^0.8.0"
pytest-xdist = "*"
pytest_notebook = "*"
flake8 = "*"
mypy = "*"
black = "*"
ipympl = "*"
pyupgrade = "^3.3.1"
pyupgrade = "*"

[tool.pytest.ini_options]
minversion = "6.0"
Expand All @@ -66,5 +65,5 @@ strictParameterNoneValue = false
pythonVersion = "3.9"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 15c3838

Please sign in to comment.