generated from Roxedus/Discord.py-BotBase
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from Norsk-Programmering/dev
Bump dependencies
- Loading branch information
Showing
6 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,14 @@ jobs: | |
CheckFiles: "launcher.py cogs/" | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4.7.1 | ||
- name: Set up Python 3.12 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: "3.10" | ||
python-version: "3.12" | ||
|
||
- name: Install dependencies | ||
run: | | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Create Pull Request | ||
if: failure() | ||
uses: peter-evans/create-pull-request@v5.0.2 | ||
uses: peter-evans/create-pull-request@v6.1.0 | ||
with: | ||
branch: actions/auto | ||
commit-message: Changes done by tests | ||
|
@@ -60,7 +60,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- name: Create VARS | ||
id: vars | ||
run: | | ||
|
@@ -92,7 +92,7 @@ jobs: | |
driver-opts: image=moby/buildkit:master | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v5.1.0 | ||
uses: docker/build-push-action@v6.1.0 | ||
with: | ||
push: true | ||
attests: type=sbom,generator=docker/buildkit-syft-scanner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-alpine3.15 | ||
FROM python:3.12-alpine3.20 | ||
|
||
ARG BUILD_DATE | ||
ARG VCS_REF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bot_version = "0.1.14" | ||
bot_version = "0.1.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
discord.py==2.3.2 | ||
environs==9.5.0 | ||
environs==11.0.0 | ||
flask==2.3.3 | ||
marshmallow==3.20.1 | ||
python-dateutil==2.8.2 | ||
requests==2.31.0 | ||
marshmallow==3.21.3 | ||
python-dateutil==2.9.0.post0 | ||
requests==2.32.3 |