Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent ef8904d commit c013621
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ parts:
- pkg-config
charm-binary-python-packages:
- psycopg2-binary==2.9.7 # renovate
- psycopg[binary]==3.1.10 # renovate
- psycopg[binary]==3.1.11 # renovate
38 changes: 19 additions & 19 deletions 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 @@ -25,7 +25,7 @@ optional = true

[tool.poetry.group.format.dependencies]
black = "23.9.1"
ruff = "0.0.290"
ruff = "0.0.291"

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit c013621

Please sign in to comment.