Skip to content

Commit

Permalink
Update packages (#596)
Browse files Browse the repository at this point in the history
* Update codecov action version

* Update package versions

* Update package versions

* Revert websocket version
  • Loading branch information
kumaranvpl authored Nov 21, 2024
1 parent 6966647 commit b38f645
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
path: htmlcov

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: airtai/fastagency
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,16 @@ lint = [
"types-Pygments",
"types-docutils",
"mypy==1.13.0",
"ruff==0.7.2",
"ruff==0.7.4",
"pyupgrade-directories==0.3.0",
"bandit==1.7.10",
"semgrep==1.96.0",
"semgrep==1.97.0",
"codespell==2.3.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.6.4",
"coverage[toml]==7.6.7",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"dirty-equals==0.8.0",
Expand All @@ -149,7 +149,7 @@ testing = [
"watchfiles==0.24.0",
"email-validator==2.2.0",
"python-multipart>=0.0.12",
"PyJWT==2.9.0",
"PyJWT==2.10.0",
"passlib[bcrypt]==1.7.4",
]

Expand Down

0 comments on commit b38f645

Please sign in to comment.