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 Jan 11, 2024
1 parent ccf9ff2 commit bade845
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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:
charm:
charm-binary-python-packages:
- psycopg2-binary==2.9.9 # renovate
- psycopg[binary]==3.1.13 # renovate
- psycopg[binary]==3.1.17 # renovate
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/canonical/pgbouncer-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "2.8.0"
ops = "2.9.0"
pgconnstr = "1.0.1"
tenacity = "8.2.3"
cosl = "0.0.7"
Expand All @@ -25,8 +25,8 @@ poetry-core = "1.8.1"
optional = true

[tool.poetry.group.format.dependencies]
black = "23.11.0"
ruff = "0.1.6"
black = "23.12.1"
ruff = "0.1.11"

[tool.poetry.group.lint]
optional = true
Expand All @@ -38,18 +38,18 @@ codespell = "2.2.6"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "7.3.2"}
pytest = "7.4.3"
pytest-asyncio = "0.21.1"
coverage = {extras = ["toml"], version = "7.4.0"}
pytest = "7.4.4"
pytest-asyncio = "0.23.3"
psycopg2 = {version = "2.9.9", extras = ["binary"]}
jinja2 = "3.1.2"
jinja2 = "3.1.3"

[tool.poetry.group.integration]
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "7.4.3"
pytest-operator = "0.31.0"
pytest = "7.4.4"
pytest-operator = "0.31.1"
juju = "2.9.45.0 || 3.2.0.1" # renovate libjuju
tenacity = "8.2.3"
mailmanclient = "3.3.5"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cosl==0.0.7 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
ops==2.8.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
ops==2.9.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"
poetry-core==1.8.1 ; python_full_version >= "3.8.10" and python_version < "4.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"
websocket-client==1.6.4 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
typing-extensions==4.9.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
websocket-client==1.7.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"

0 comments on commit bade845

Please sign in to comment.