Skip to content

Commit

Permalink
Update Python dependencies (#123)
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 Oct 1, 2023
1 parent 489c925 commit 0090099
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ bases:
parts:
charm:
charm-binary-python-packages:
- psycopg2-binary==2.9.7 # renovate
- psycopg2-binary==2.9.8 # renovate
- psycopg[binary]==3.1.12 # renovate
106 changes: 53 additions & 53 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repository = "https://github.com/canonical/pgbouncer-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "2.6.0"
ops = "2.7.0"
pgconnstr = "1.0.1"
tenacity = "8.2.3"
cosl = "0.0.7"
pydantic = "1.10.12"
pydantic = "1.10.13"
# psycopg2 = "2.9.5" # Injected in charmcraft.yaml

[tool.poetry.group.format]
Expand All @@ -40,7 +40,7 @@ optional = true
coverage = {extras = ["toml"], version = "7.3.1"}
pytest = "7.4.2"
pytest-asyncio = "0.21.1"
psycopg2 = {version = "2.9.7", extras = ["binary"]}
psycopg2 = {version = "2.9.8", extras = ["binary"]}
jinja2 = "3.1.2"

[tool.poetry.group.integration]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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"
ops==2.7.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"
pydantic==1.10.13 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
pyyaml==6.0.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
tenacity==8.2.3 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
typing-extensions==4.8.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 0090099

Please sign in to comment.