Skip to content

Commit

Permalink
Merge pull request #296 from containers/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
rhatdan committed Apr 22, 2024
2 parents 79acc1f + b4ddf45 commit 74c0e13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Publish Job Results to Slack
id: slack
if: always()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Publish Job Results to Slack
id: slack
if: always()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Publish Job Results to Slack
id: slack
if: always()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand All @@ -180,7 +180,7 @@ jobs:
- name: Publish Job Results to Slack
id: slack
if: always()
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
10 changes: 5 additions & 5 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ networkx==3.3
numpy==1.26.4
packaging==24.0
pillow==10.3.0
pydantic==2.6.4
pydantic_core==2.16.3
pydantic==2.7.0
pydantic_core==2.18.1
PyYAML==6.0.1
regex==2023.12.25
regex==2024.4.16
requests==2.31.0
safetensors==0.4.3
sniffio==1.3.1
starlette==0.37.2
sympy==1.12
timm==0.9.16
tokenizers==0.15.2
tokenizers==0.19.1
torch==2.2.2
torchvision==0.17.2
tqdm==4.66.2
transformers==4.39.3
transformers==4.40.0
typing_extensions==4.11.0
urllib3==2.2.1
uvicorn==0.29.0

0 comments on commit 74c0e13

Please sign in to comment.