Skip to content

Commit

Permalink
Merge pull request #115 from napse-invest/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ev/Schneegans/dynamic-badges-action-1.7.0

build(deps): bump Schneegans/dynamic-badges-action from 1.6.0 to 1.7.0
  • Loading branch information
tomjeannesson authored Nov 21, 2023
2 parents bd38046 + 8d61dbe commit e19b336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Coverage badge
if: ${{ github.base_ref == 'main' }}
uses: Schneegans/dynamic-badges-action@v1.6.0
uses: Schneegans/dynamic-badges-action@v1.7.0
env:
COVERAGE: ${{ env.COVERAGE }}
with:
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ django-extensions==3.2.3 # https://github.com/django-extensions/django-extensio
drf-spectacular==0.26.5 # https://github.com/tfranzel/drf-spectacular
django-cors-headers==4.2.0 # https://github.com/adamchainz/django-cors-headers

django-napse==1.9.0 # https://github.com/napse-invest/django-napse
django-napse==1.10.0 # https://github.com/napse-invest/django-napse
djangorestframework-api-key==2.3.0

# External tools
Expand Down

0 comments on commit e19b336

Please sign in to comment.