Skip to content

Commit

Permalink
Update ghcr.io/robert-koch-institut/mex-backend Docker tag to v0.21.0 (
Browse files Browse the repository at this point in the history
…#181)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/robert-koch-institut/mex-backend](https://redirect.github.com/robert-koch-institut/mex-backend)
| service | minor | `0.20.0` -> `0.21.0` |

---

### Release Notes

<details>
<summary>robert-koch-institut/mex-backend
(ghcr.io/robert-koch-institut/mex-backend)</summary>

###
[`v0.21.0`](https://redirect.github.com/robert-koch-institut/mex-backend/blob/HEAD/CHANGELOG.md#0210---2024-10-31)

[Compare
Source](https://redirect.github.com/robert-koch-institut/mex-backend/compare/0.20.0...0.21.0)

##### Changes

-   upgrade mex-common and mex-model dependencies to metadata model v3
-   apply additional linters in prep for `all` ruff linters

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
RKIMetadataExchange authored Nov 4, 2024
1 parent 891d955 commit e05ba89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ports:
- 7687:7687
backend:
image: ghcr.io/robert-koch-institut/mex-backend:0.20.0
image: ghcr.io/robert-koch-institut/mex-backend:0.21.0
env:
MEX_BACKEND_API_USER_DATABASE: ${{ secrets.MEX_BACKEND_API_USER_DATABASE }}
MEX_BACKEND_API_KEY_DATABASE: ${{ secrets.MEX_BACKEND_API_KEY_DATABASE }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ known-first-party = ["mex", "tests"]
convention = "google"

[build-system]
requires = ["pdm-backend==2.4.2"]
requires = ["pdm-backend==2.4.3"]
build-backend = "pdm.backend"

0 comments on commit e05ba89

Please sign in to comment.