Skip to content

Commit

Permalink
build(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2023
1 parent c77e840 commit 8846dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ pydantic = "2.0"
python-dotenv = "1.0.0"
etcd3-py = "0.1.6"
aiohttp = "3.8.4"
pydantic-settings = "^2.0.0"
pydantic-settings = "2.0.0"
typing-extensions = '4.6.3'

[tool.poetry.group.dev.dependencies]
sqlacodegen = "2.3.0"
# tests
coverage = { version = "==7.2.7", extras = ["toml"] }
pytest = "==7.4.0"
pytest-cov = "^4.1.0"
pytest-cov = "4.1.0"
pytest-dotenv = "0.5.2"
pytest-github-actions-annotate-failures = "==0.2.0"
pytest-env = "==0.8.2"
Expand Down

0 comments on commit 8846dd6

Please sign in to comment.