Skip to content

Commit

Permalink
Merge pull request #311 from ThomasWaldmann/use-werkzeug2
Browse files Browse the repository at this point in the history
use werkzeug < 3 for now
  • Loading branch information
ThomasWaldmann authored Nov 10, 2023
2 parents b006fc2 + 0908faa commit 77e8643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- '**.py'
- '**.yml'
- '**.toml'
- '**.cfg'
- '**.ini'
- 'requirements.d/*'
Expand All @@ -17,6 +18,7 @@ on:
paths:
- '**.py'
- '**.yml'
- '**.toml'
- '**.cfg'
- '**.ini'
- 'requirements.d/*'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"werkzeug<3",
"Flask",
"markupsafe",
"Pygments>=2.12.0",
Expand Down

0 comments on commit 77e8643

Please sign in to comment.