Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cookiecutter template to 6c948a #101

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

RKIMetadataExchange
Copy link
Contributor

Changes

Conflicts

@@ -16,7 +16,7 @@ optional-dependencies.dev = [
     "pytest-xdist==3.6.1",
     "pytest==8.3.1",
     "ruff==0.5.4",
-    "sphinx==7.4.0",
+    "sphinx==7.4.5",
 ]
 
 [project.scripts]
@@ -40,7 +40,7 @@ distribution = true
 
 [tool.pdm.scripts]
 update-all = { cmd = "pdm update --group :all --update-all --save-compatible" }
-lock-all = { cmd = "pdm lock --group :all --refresh" }
+lock-all = { cmd = "pdm lock --group :all --python='==3.11.*'" }
 install-all = { cmd = "pdm install --group :all --frozen-lockfile" }
 export-all = { cmd = "pdm export --group :all --no-hashes -f requirements" }
 apidoc = { cmd = "pdm run sphinx-apidoc -f -o docs/source mex" }
@@ -88,7 +88,7 @@ jobs:
     needs: release
     steps:
       - name: Build, tag and push docker image to ghcr
-        uses: GlueOps/[email protected]
+        uses: GlueOps/[email protected]
         with:
           tags: "${{ github.sha }},${{ needs.release.outputs.tag }},latest"
 
@@ -22,7 +22,7 @@ jobs:
           fetch-depth: 1
 
       - name: Run renovatebot
-        uses: renovatebot/[email protected]
+        uses: renovatebot/[email protected]
         env:
           RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
           RENOVATE_REPOSITORIES: "robert-koch-institut/mex-model"
@@ -1,5 +1,5 @@
 cruft==2.15.0
 mex-release @ git+https://github.com/robert-koch-institut/mex-release.git
-pdm==2.17.1
-pre-commit==3.7.1
+pdm==2.17.3
+pre-commit==3.8.0
 wheel==0.43.0

@RKIMetadataExchange RKIMetadataExchange added the cruft Fight back against the boilerplate monster label Aug 13, 2024
@RKIMetadataExchange RKIMetadataExchange self-assigned this Aug 13, 2024
@erichesse erichesse merged commit ddc4384 into main Aug 13, 2024
6 checks passed
@erichesse erichesse deleted the cruft/cookiecutter-template-6c948a branch August 13, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cruft Fight back against the boilerplate monster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants