Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed May 15, 2024
2 parents 71eadf4 + 8a4cabe commit bc254f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
architecture: x64
python-version: ${{ matrix.python-version }}
- uses: apple-actions/import-codesign-certs@v2
- uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.DEVELOPER_CERT_BASE64 }}
p12-password: ${{ secrets.DEVELOPER_CERT_PW }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release and Upload Executable
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.create_release_notes.outputs.body }}
files: |
Expand Down
4 changes: 2 additions & 2 deletions dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-linting.in
#
astroid==3.0.1
astroid==3.1.0
# via pylint
dill==0.3.7
# via pylint
Expand All @@ -14,7 +14,7 @@ mccabe==0.7.0
# via pylint
platformdirs==3.2.0
# via pylint
pylint==3.0.3
pylint==3.1.1
# via -r dev_requirements/requirements-linting.in
tomlkit==0.11.7
# via pylint
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lark==1.1.9
# via -r requirements.in
lxml==5.1.0
# via -r requirements.in
marshmallow==3.20.2
marshmallow==3.21.2
# via -r requirements.in
more-itertools==10.2.0
# via -r requirements.in
Expand Down

0 comments on commit bc254f3

Please sign in to comment.