Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jul 23, 2024
1 parent 317ec71 commit 8b1ce8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
# public distributions

server = [
"uvicorn==0.30.1",
"uvicorn==0.30.3",
]

# dev dependencies
Expand All @@ -66,16 +66,16 @@ lint = [
"types-ujson",
"types-Pygments",
"types-docutils",
"mypy==1.10.1",
"ruff==0.5.1",
"mypy==1.11.0",
"ruff==0.5.4",
"pyupgrade-directories==0.3.0",
"bandit==1.7.9",
"semgrep==1.78.0",
"semgrep==1.80.0",
"pytest-mypy-plugins==3.1.2",
]

test-core = [
"coverage[toml]==7.5.4",
"coverage[toml]==7.6.0",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
]
Expand Down

0 comments on commit 8b1ce8c

Please sign in to comment.