Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apereo/cas
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Nov 15, 2024
2 parents 8ee05fb + 08435b9 commit cd931b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ${{ env.COVERAGE_REPORTS }}
- name: Upload to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ env.CODECOV_TOKEN != null }}
continue-on-error: true
with:
Expand Down
4 changes: 2 additions & 2 deletions etc/loadtests/locust/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Flask==3.1.0
gevent==24.11.1
click==8.1.7
geventhttpclient-wheels==1.3.1.dev3
Expand All @@ -12,7 +12,7 @@ msgpack-python==0.5.6
pyzmq==26.2.0
pip==24.3.1
six==1.16.0
setuptools==75.4.0
setuptools==75.5.0
requests==2.32.3
Werkzeug==3.1.3
urllib3==2.2.3

0 comments on commit cd931b5

Please sign in to comment.