Skip to content

Commit

Permalink
Merge pull request #23 from biancarosa/biancarosa/update-deps
Browse files Browse the repository at this point in the history
make dependencies work again
  • Loading branch information
biancarosa authored May 30, 2024
2 parents 9eff437 + 69a7e12 commit 66cfc44
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 383 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Test Coverage
run: make coverage
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10.1-alpine

RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \
set -ex && \
pip install --no-cache-dir pipenv==10.1.2
pip install --no-cache-dir pipenv==2023.12.1

ADD Pipfile Pipfile
ADD Pipfile.lock Pipfile.lock
Expand Down
4 changes: 2 additions & 2 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ faker = "*"
pytest-cov = "*"

[packages]
flask = "==1.1.1"
gunicorn = "==20.1.0"
flask = "==2.3.2"
gunicorn = "==22.0.0"
flask-cors = "*"
requests = "*"

Expand Down
Loading

0 comments on commit 66cfc44

Please sign in to comment.