Skip to content

Commit

Permalink
Merge pull request #51 from airtai/dev
Browse files Browse the repository at this point in the history
Update package versions (#50)
  • Loading branch information
kumaranvpl authored Jul 30, 2024
2 parents 3d1c36e + 2e5551a commit e6d59bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ lint = [
"types-Pygments",
"types-docutils",
"mypy==1.11.0",
"ruff==0.5.4",
"ruff==0.5.5",
"pyupgrade-directories==0.3.0",
"bandit==1.7.9",
"semgrep==1.79.0",
"semgrep==1.81.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.6.0",
"pytest==8.3.1",
"pytest==8.3.2",
"pytest-asyncio==0.23.8",
]

Expand All @@ -84,7 +84,7 @@ testing = [

dev = [
"weatherapi[server,lint,testing]",
"pre-commit==3.7.1",
"pre-commit==3.8.0",
"detect-secrets==1.5.0",
]

Expand Down

0 comments on commit e6d59bf

Please sign in to comment.