Skip to content

Commit

Permalink
Update Python dependencies (#255)
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 23, 2023
1 parent b42ab19 commit 15e7f02
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
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.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ python = "^3.10.6"
ops = "2.6.0"
pgconnstr = "1.0.1"
tenacity = "8.2.3"
cryptography = "41.0.3"
jsonschema = "4.19.0"
cryptography = "41.0.4"
jsonschema = "4.19.1"
jinja2 = "3.1.2"
lightkube = "0.14.0"
lightkube-models = "1.28.1.4"
requests = "2.31.0"
boto3 = "1.28.49"
boto3 = "1.28.53"
cosl = "0.0.7"
poetry-core = "1.7.0"
# psycopg2 = "^2.9.5" # Injected in charmcraft.yaml
Expand All @@ -32,7 +32,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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
anyio==4.0.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
attrs==23.1.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.49 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.49 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.53 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.53 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
charset-normalizer==3.2.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
cosl==0.0.7 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
cryptography==41.0.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
cryptography==41.0.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
exceptiongroup==1.1.3 ; python_full_version >= "3.10.6" and python_version < "3.11"
h11==0.14.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
httpcore==0.18.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand All @@ -15,7 +15,7 @@ idna==3.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
jinja2==3.1.2 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
jmespath==1.0.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
jsonschema-specifications==2023.7.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
jsonschema==4.19.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
jsonschema==4.19.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
lightkube-models==1.28.1.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
lightkube==0.14.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
markupsafe==2.1.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 15e7f02

Please sign in to comment.