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 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 :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Flask = "^2.3.3"
1212Flask-RESTful = " ^0.3.9"
1313Flask-WTF = " ^1.0.1"
1414itsdangerous = " ^2.1.2"
15- Werkzeug = " ^2.3.8 "
15+ Werkzeug = " ^3.0.4 "
1616Jinja2 = " ^3.1.2"
1717requests-toolbelt = " ^0.10.1"
1818urllib3 = " 1.26.18"
@@ -22,7 +22,7 @@ optional = true
2222
2323[tool .poetry .group .test .dependencies ]
2424codecov = " ^2.1.12"
25- flake8 = " ^6 .1.0 "
25+ flake8 = " ^7 .1.2 "
2626coverage = " ^6.5.0"
2727pytest-cov = " ^4.0.0"
2828pytest-mock = " ^3.10.0"
You can’t perform that action at this time.
0 commit comments