Skip to content

Commit

Permalink
fix dependabot issues and bump openpulse deps to 0.5 (#57)
Browse files Browse the repository at this point in the history
* update deps

* update pytest

* update pytest-cov

* bump openpulse deps to 0.5.0
  • Loading branch information
jcjaskula-aws authored Jul 25, 2023
1 parent 1a1b84c commit f62ea2f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 89 deletions.
160 changes: 75 additions & 85 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
# 0.4 loosens the antlr4-python3-runtime constraints
openpulse = ">=0.4.2"
openpulse = ">=0.5.0"
numpy = [
{version = ">=1.14.5", python = ">=3.7,<3.8"},
{version = ">=1.17.3", python = ">=3.8,<3.9"},
Expand All @@ -31,7 +31,7 @@ mypy-extensions = ">=0.2.0"
typing-extensions = {version = ">=3.10.0.2", python = "<3.8"}

[tool.poetry.group.dev.dependencies]
pytest = "^6.2"
pytest = "^7.2"
# 22.8.0 adds py311 support
black = "^22.8.0"
pylint = [
Expand All @@ -41,10 +41,11 @@ pylint = [
]
mypy = "^1.0.0"
twine = "^4.0.1"
pytest-benchmark = "^3.4.1"
pytest-cov = "^3.0.0"
pytest-benchmark = "^4.0.0"
pytest-cov = "^4.0.0"
isort = "^5.10.1"
pydocstyle = "^6.1.1"
toml = "^0.10.2"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.0.0"
myst-parser = "^0.18.1"
Expand Down

0 comments on commit f62ea2f

Please sign in to comment.