Skip to content

Commit

Permalink
chore: packages updated (airtai#1076)
Browse files Browse the repository at this point in the history
* packages updated

* packages updated

* packages updated
  • Loading branch information
davorrunje authored Dec 18, 2023
1 parent 5766370 commit cee7f97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2 # nosemgrep
uses: github/codeql-action/init@v3 # nosemgrep
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -65,7 +65,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2 # nosemgrep
uses: github/codeql-action/autobuild@v3 # nosemgrep

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -78,6 +78,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 # nosemgrep
uses: github/codeql-action/analyze@v3 # nosemgrep
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/publish_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: pip install smokeshow

- uses: dawidd6/action-download-artifact@v2.28.0 # nosemgrep
- uses: dawidd6/action-download-artifact@v3.0.0 # nosemgrep
with:
workflow: test.yaml
commit: ${{ github.event.workflow_run.head_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_release_notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docs = [

# dev dependencies
devdocs = [
"mkdocs-material==9.5.1",
"mkdocs-material==9.5.2",
"mkdocs-static-i18n==1.2.0",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.24.0",
Expand All @@ -102,9 +102,9 @@ lint = [
"types-Pygments",
"types-docutils",
"mypy==1.7.1",
"black==23.11.0",
"isort==5.13.0",
"ruff==0.1.7",
"black==23.12.0",
"isort==5.13.2",
"ruff==0.1.8",
"pyupgrade-directories==0.3.0",
"bandit==1.7.6",
"semgrep==1.52.0",
Expand All @@ -119,7 +119,7 @@ test-core = [

testing = [
"faststream[test-core]",
"fastapi==0.104.1",
"fastapi==0.105.0",
"pydantic-settings==2.1.0",
"httpx==0.25.2",
"PyYAML==6.0.1",
Expand Down

0 comments on commit cee7f97

Please sign in to comment.