Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 4ef1fda commit ea58737
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions backend-py/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 backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "backend_python" }]
[tool.poetry.dependencies]
python = "^3.13"
fastapi = "^0.115.0"
uvicorn = "^0.32.0"
uvicorn = "^0.34.0"
sqlalchemy = "^2.0.32"
pydantic = {version ="^2.0.0", extras = ["email"]}
requests = "^2.31.0"
Expand Down
6 changes: 3 additions & 3 deletions charts/quickstart-openshift-backends/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.2.5
digest: sha256:49fbdfacbf92cfdff16994f918f326f0524410912ef19730a9a45130cd097ed5
generated: "2024-12-05T08:18:39.01482843Z"
version: 16.3.1
digest: sha256:8243228e5a43c97d138f50a897c9b47c412cf76bf56021ce7a4eb2e1fd16c369
generated: "2024-12-16T16:24:27.427303417Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift-backends/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnami-pg.enabled
version: 16.2.5
version: 16.3.1
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
maintainers:
Expand Down

0 comments on commit ea58737

Please sign in to comment.