Skip to content

Commit

Permalink
Pin Werkzeug.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 3, 2023
1 parent 7e01b3b commit ce37f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Bump versions in .github/workflows/requirements.txt
run: pur -r .github/workflows/requirements.txt
- name: Bump versions in requirements.txt
run: pur -r requirements.txt
run: pur -r requirements.txt --minor Werkzeug
- name: Bump versions in requirements-mpi.txt
run: pur -r requirements-mpi.txt
- name: Bump versions in requirements-source.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ signac==2.1.0
signac-flow==0.26.1
signac-dashboard==0.6.0

# transitive dependencies
Werkzeug==2.3.7

# commonly used packages
h5py==3.9.0
jupyter==1.0.0; platform_machine != 'ppc64le'
Expand Down

0 comments on commit ce37f0b

Please sign in to comment.