Skip to content

Commit 0231cf4

Browse files
authored
Update werkzeug to avoid vulnerability (#12)
Additionally update flake8
1 parent be8e92f commit 0231cf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.7 - 3.10.7'
16+
python-version: '3.10 - 3.13'
1717
- name: Install poetry
1818
uses: abatilo/actions-poetry@v2
1919
with:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flask = "^2.3.3"
1212
Flask-RESTful = "^0.3.9"
1313
Flask-WTF = "^1.0.1"
1414
itsdangerous = "^2.1.2"
15-
Werkzeug = "^2.3.8"
15+
Werkzeug = "^3.0.4"
1616
Jinja2 = "^3.1.2"
1717
requests-toolbelt = "^0.10.1"
1818
urllib3 = "1.26.18"
@@ -22,7 +22,7 @@ optional = true
2222

2323
[tool.poetry.group.test.dependencies]
2424
codecov = "^2.1.12"
25-
flake8 = "^6.1.0"
25+
flake8 = "^7.1.2"
2626
coverage = "^6.5.0"
2727
pytest-cov = "^4.0.0"
2828
pytest-mock = "^3.10.0"

0 commit comments

Comments
 (0)