Skip to content

Commit

Permalink
Merge pull request #66 from harvard-lil/dependabot
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
matteocargnelutti committed Mar 4, 2024
2 parents c45bd4b + ea3c907 commit b65ed39
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '20.x'

- name: Install dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '20.x'

- name: Install mkcert
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
cd .services/signer/
bash ./run.sh &
sleep 5
sleep 10
- name: Run tests
run: npm run test
85 changes: 47 additions & 38 deletions .services/signer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .services/signer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "signer"
version = "0.1.9"
version = "0.2.1"
description = ""
authors = ["Library Innovation Lab <lil@law.harvard.edu>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<4.0"
flask = "^2.3.2"
wacz-signing = "^0.2.9"
wacz-signing = "^0.3.3"


[build-system]
Expand Down

0 comments on commit b65ed39

Please sign in to comment.