Skip to content

Commit

Permalink
Merge branch 'develop' into massongit-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored May 29, 2024
2 parents b681be4 + a1a4404 commit 48f3c24
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set .env
run: cp .env.example .env
- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh"
- name: Lint files
uses: super-linter/super-linter/slim@56576d491db07c7236b445ab09991ca49d12b0c6 # v6.5.0
uses: super-linter/super-linter/slim@5b638caee6ba65e25e07143887b669a1233847a0 # v6.5.1
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_SQLFLUFF: false
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ verify_ssl = true
python_version = "3.12"

[dev-packages]
autopep8 = "==2.1.1"
autopep8 = "==2.1.2"
requests-mock = "==1.12.1"
pylint = "==3.2.2"
sqlfluff = "==3.0.6"
sqlfluff = "==3.0.7"
mypy = "==1.10.0"
flake8 = "==7.0.0"
black = "==24.4.2"
Expand All @@ -33,7 +33,7 @@ slack-sdk = "==3.27.2"
gitpython = "==3.1.43"
pandas = "==2.2.2"
matplotlib = "==3.9.0"
openai = "==1.30.3"
openai = "==1.30.4"
"discord.py" = "==2.3.2"
"misskey.py" = "==4.1.0"
websockets = "==12.0"
Expand Down
Loading

0 comments on commit 48f3c24

Please sign in to comment.