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 Nov 24, 2023
1 parent 1c9704f commit 3c11413
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 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.9 # renovate
- psycopg[binary]==3.1.12 # renovate
- psycopg[binary]==3.1.13 # 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 @@ -29,7 +29,7 @@ optional = true

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

[tool.poetry.group.lint]
optional = true
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
anyio==4.0.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
anyio==4.1.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
attrs==23.1.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
certifi==2023.11.17 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
cffi==1.16.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
cosl==0.0.7 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
cryptography==41.0.5 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
exceptiongroup==1.1.3 ; python_full_version >= "3.8.10" and python_version < "3.11"
exceptiongroup==1.2.0 ; python_full_version >= "3.8.10" and python_version < "3.11"
h11==0.14.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
httpcore==0.18.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
httpx==0.25.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
httpx==0.25.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
idna==3.5 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
importlib-resources==6.1.1 ; python_full_version >= "3.8.10" and python_version < "3.9"
jsonschema-specifications==2023.11.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
jsonschema==4.20.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
Expand All @@ -21,7 +21,7 @@ pycparser==2.21 ; python_full_version >= "3.8.10" and python_full_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"
referencing==0.31.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
rpds-py==0.13.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
rpds-py==0.13.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
sniffio==1.3.0 ; 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 3c11413

Please sign in to comment.