File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Python
14
14
uses : actions/setup-python@v2
15
15
with :
16
- python-version : ' 3.7 - 3.10.7 '
16
+ python-version : ' 3.10 - 3.13 '
17
17
- name : Install poetry
18
18
uses : abatilo/actions-poetry@v2
19
19
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Flask = "^2.3.3"
12
12
Flask-RESTful = " ^0.3.9"
13
13
Flask-WTF = " ^1.0.1"
14
14
itsdangerous = " ^2.1.2"
15
- Werkzeug = " ^2.3.8 "
15
+ Werkzeug = " ^3.0.4 "
16
16
Jinja2 = " ^3.1.2"
17
17
requests-toolbelt = " ^0.10.1"
18
18
urllib3 = " 1.26.18"
@@ -22,7 +22,7 @@ optional = true
22
22
23
23
[tool .poetry .group .test .dependencies ]
24
24
codecov = " ^2.1.12"
25
- flake8 = " ^6 .1.0 "
25
+ flake8 = " ^7 .1.2 "
26
26
coverage = " ^6.5.0"
27
27
pytest-cov = " ^4.0.0"
28
28
pytest-mock = " ^3.10.0"
You can’t perform that action at this time.
0 commit comments