Skip to content

Commit b779706

Browse files
Update Python dependencies
1 parent ce3c57a commit b779706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ops = "^2.15.0"
3030
pydantic = "^1.10.7" # cos_agent lib
3131
cryptography = "^42.0.5" # tls_certificates lib v3
3232
jsonschema = "^4.22.0" # tls_certificates lib v3
33-
cosl = "^0.0.16" # loki_push_api
33+
cosl = "^0.0.19" # loki_push_api
3434
pyOpenSSL = "^24.2.1"
3535

3636
[tool.poetry.group.format]
@@ -49,7 +49,7 @@ flake8-docstrings = "^1.7.0"
4949
flake8-copyright = "^0.2.4"
5050
flake8-builtins = "^2.5.0"
5151
pyproject-flake8 = "^7.0.0"
52-
pep8-naming = "^0.13.3"
52+
pep8-naming = "^0.14.0"
5353
codespell = "^2.2.6"
5454
shellcheck-py = "^0.10.0.1"
5555
black = "^24.4.2"
@@ -70,9 +70,9 @@ lightkube = "^0.15.3"
7070
kubernetes = "^30.1.0"
7171
juju = "^3.4.0"
7272
pytest = "^8.1.1"
73-
pytest-asyncio = "^0.21.1"
73+
pytest-asyncio = "^0.23.0"
7474
pytest-mock = "^3.14.0"
75-
pytest-operator = "^0.34.0"
75+
pytest-operator = "^0.35.0"
7676
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7777
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7878
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/github_secrets"}

0 commit comments

Comments
 (0)