From 26c9e963b5c14fc2051ed211acad4c78d3131545 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 26 Apr 2024 16:58:24 +0100 Subject: [PATCH 1/2] fix(ci): auto generate release notes --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1210cd..fe2a091 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: tag: ${{ steps.tag_version.outputs.new_tag }} name: ${{ steps.tag_version.outputs.new_tag }} body: ${{ steps.tag_version.outputs.changelog }} + generateReleaseNotes: true publish: name: GitHub Container Registry -- 2.47.2 From 85a4110552a4d3ff1f36a0994ae03776ac9231b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:28:57 +0000 Subject: [PATCH 2/2] chore(pip-prod)(deps): bump pyjwt from 1.7.1 to 2.4.0 in the pip group Bumps the pip group with 1 update: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 1.7.1 to 2.4.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91e10fe..facedcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ future==1.0.0 humanfriendly==10.0 idna==3.7 pillow==10.4.0 -PyJWT==1.7.1 +PyJWT==2.4.0 requests==2.32.3 requests-toolbelt==1.0.0 sentry-sdk==2.7.1 -- 2.47.2