Skip to content

Commit

Permalink
change dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco committed Nov 7, 2023
1 parent 8d48b50 commit 99af497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pytest-cov = "~4.1.0"
flaky = "~3.7.0"
pytest-xdist = "~3.3.1"
yamllint = "~1.32.0"
typing-extensions = "~4.8.0"
# stubs:
types-requests = "=2.28.11.4"
types-pyopenssl = "=22.1.0.2"
Expand Down Expand Up @@ -79,6 +78,7 @@ structlog-sentry = {version = "^1.4.0", optional = true}
hathorlib = "0.3.0"
pydantic = "~1.10.13"
pyyaml = "^6.0.1"
typing-extensions = "~4.8.0"

[tool.poetry.extras]
sentry = ["sentry-sdk", "structlog-sentry"]
Expand Down

0 comments on commit 99af497

Please sign in to comment.