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 Nov 21, 2024
1 parent 1506246 commit b1594c9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 32 deletions.
4 changes: 2 additions & 2 deletions backend-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bcgov/quickstart-openshift-backends/backend-go

go 1.22.0

toolchain go1.23.2
toolchain go1.23.3

require (
github.com/devfeel/mapper v0.7.14
Expand All @@ -12,7 +12,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.9.3
github.com/swaggo/swag v1.16.3
github.com/swaggo/swag v1.16.4
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.12
)
Expand Down
2 changes: 2 additions & 0 deletions backend-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ github.com/swaggo/swag v1.16.2 h1:28Pp+8DkQoV+HLzLx8RGJZXNGKbFqnuvSbAAtoxiY04=
github.com/swaggo/swag v1.16.2/go.mod h1:6YzXnDcpr0767iOejs318CwYkCQqyGer6BizOg03f+E=
github.com/swaggo/swag v1.16.3 h1:PnCYjPCah8FK4I26l2F/KQ4yz3sILcVUN3cTlBFA9Pg=
github.com/swaggo/swag v1.16.3/go.mod h1:DImHIuOFXKpMFAQjcC7FG4m3Dg4+QuUgUzJmKjI/gRk=
github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=
github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg=
github.com/tinylib/msgp v1.1.6/go.mod h1:75BAfg2hauQhs3qedfdDZmWAPcFMAvJE5b9rGOMufyw=
github.com/tinylib/msgp v1.1.8/go.mod h1:qkpG+2ldGg4xRFmx+jfTvZPxfGFhi64BcnL9vkCm/Tw=
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
Expand Down
48 changes: 24 additions & 24 deletions backend-py/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ packages = [{ include = "backend_python" }]
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.0"
uvicorn = "^0.31.0"
uvicorn = "^0.32.0"
sqlalchemy = "^2.0.32"
pydantic = {version ="^2.0.0", extras = ["email"]}
requests = "^2.31.0"
psycopg2 = "^2.9.9"
pydantic-settings = "^2.4.0"

[tool.poetry.dev-dependencies]
ruff = "^0.6.1"
ruff = "^0.7.0"
pytest = "^8.0.0"
pytest-cov = "^6.0.0"
pytest-watch = "^4.2.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.0.1
digest: sha256:be3d413058c9ab593f75b41e7ca0f0db98a8f1c05450baea8be3afd5ac3f26b4
generated: "2024-10-15T18:28:55.341050091Z"
version: 16.2.1
digest: sha256:a2d7e448070bcf7e69b6dd58bb3368e28a968d339241fac1bfb77f35a4b7f9f9
generated: "2024-11-21T02:52:12.21743494Z"
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.0.1
version: 16.2.1
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
maintainers:
Expand Down

0 comments on commit b1594c9

Please sign in to comment.