Skip to content

Commit

Permalink
Merge pull request #872 from UW-GAC/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
amstilp authored Dec 19, 2024
2 parents 99074c6 + 3144cfe commit daf4258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
python -m coverage report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ decorator==5.1.1
# ipython
distlib==0.3.8
# via virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/requirements.txt
# django-debug-toolbar
Expand Down Expand Up @@ -137,7 +137,7 @@ requests==2.32.3
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# sphinx
ruff==0.8.1
ruff==0.8.3
# via -r requirements/dev-requirements.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ crispy-bootstrap5==2024.10
# django-anvil-consortium-manager
cryptography==44.0.0
# via -r requirements/requirements.in
django==4.2.16
django==4.2.17
# via
# -r requirements/requirements.in
# crispy-bootstrap5
Expand Down

0 comments on commit daf4258

Please sign in to comment.