Skip to content

Commit f62ea2f

Browse files
fix dependabot issues and bump openpulse deps to 0.5 (#57)
* update deps * update pytest * update pytest-cov * bump openpulse deps to 0.5.0
1 parent 1a1b84c commit f62ea2f

File tree

2 files changed

+80
-89
lines changed

2 files changed

+80
-89
lines changed

poetry.lock

Lines changed: 75 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
[tool.poetry.dependencies]
1818
python = ">=3.7,<4.0"
1919
# 0.4 loosens the antlr4-python3-runtime constraints
20-
openpulse = ">=0.4.2"
20+
openpulse = ">=0.5.0"
2121
numpy = [
2222
{version = ">=1.14.5", python = ">=3.7,<3.8"},
2323
{version = ">=1.17.3", python = ">=3.8,<3.9"},
@@ -31,7 +31,7 @@ mypy-extensions = ">=0.2.0"
3131
typing-extensions = {version = ">=3.10.0.2", python = "<3.8"}
3232

3333
[tool.poetry.group.dev.dependencies]
34-
pytest = "^6.2"
34+
pytest = "^7.2"
3535
# 22.8.0 adds py311 support
3636
black = "^22.8.0"
3737
pylint = [
@@ -41,10 +41,11 @@ pylint = [
4141
]
4242
mypy = "^1.0.0"
4343
twine = "^4.0.1"
44-
pytest-benchmark = "^3.4.1"
45-
pytest-cov = "^3.0.0"
44+
pytest-benchmark = "^4.0.0"
45+
pytest-cov = "^4.0.0"
4646
isort = "^5.10.1"
4747
pydocstyle = "^6.1.1"
48+
toml = "^0.10.2"
4849
sphinx = "^5.3.0"
4950
sphinx-rtd-theme = "^1.0.0"
5051
myst-parser = "^0.18.1"

0 commit comments

Comments
 (0)