Skip to content

Commit

Permalink
Update Python dependencies (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 8672775 commit 062e498
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
120 changes: 60 additions & 60 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python = "^3.8.10"
ops = "2.6.0"
pgconnstr = "1.0.1"
tenacity = "8.2.3"
cosl = "0.0.6"
cosl = "0.0.7"
pydantic = "1.10.12"
# psycopg2 = "2.9.5" # Injected in charmcraft.yaml

Expand All @@ -37,8 +37,8 @@ codespell = "2.2.5"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "7.3.0"}
pytest = "7.4.0"
coverage = {extras = ["toml"], version = "7.3.1"}
pytest = "7.4.1"
pytest-asyncio = "0.21.1"
psycopg2 = {version = "2.9.7", extras = ["binary"]}
jinja2 = "3.1.2"
Expand All @@ -47,7 +47,7 @@ jinja2 = "3.1.2"
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "7.4.0"
pytest = "7.4.1"
pytest-operator = "0.29.0"
juju = "2.9.44.0 || 3.2.0.1" # renovate libjuju
tenacity = "8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cosl==0.0.6 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
cosl==0.0.7 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
ops==2.6.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
pgconnstr==1.0.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
pydantic==1.10.12 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 062e498

Please sign in to comment.