Skip to content

Commit

Permalink
Merge branch 'main' into fix-1825
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Jul 5, 2024
2 parents 15cff1b + 094606e commit cbb4884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Send toot to Mastodon
if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }}
uses: cbrgm/mastodon-github-action@002afc29f492d060eecaa944798085e1673254c7 # v2.1.4
uses: cbrgm/mastodon-github-action@f8ff0a65b278afdfe8cb9ede54ede0e74bff98af # v2.1.5
with:
url: ${{ secrets.MASTODON_URL }}
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CI/requirements_ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bump-my-version==0.24.2
coveralls==4.0.1
deptry==0.16.1
deptry==0.16.2
flit==3.9.0
pip==24.1.1
pylint==3.2.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dev = [
"codespell ==2.3.0",
"coverage[toml] >=7.5.0",
"coveralls >=4.0.0",
"deptry ==0.16.1",
"deptry ==0.16.2",
"flake8 >=7.1.0",
"flake8-rst-docstrings",
"h5netcdf>=1.3.0",
Expand Down

0 comments on commit cbb4884

Please sign in to comment.