We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8e92f commit 0231cf4Copy full SHA for 0231cf4
.github/workflows/pypi.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v2
15
with:
16
- python-version: '3.7 - 3.10.7'
+ python-version: '3.10 - 3.13'
17
- name: Install poetry
18
uses: abatilo/actions-poetry@v2
19
pyproject.toml
@@ -12,7 +12,7 @@ Flask = "^2.3.3"
12
Flask-RESTful = "^0.3.9"
Flask-WTF = "^1.0.1"
itsdangerous = "^2.1.2"
-Werkzeug = "^2.3.8"
+Werkzeug = "^3.0.4"
Jinja2 = "^3.1.2"
requests-toolbelt = "^0.10.1"
urllib3 = "1.26.18"
@@ -22,7 +22,7 @@ optional = true
22
23
[tool.poetry.group.test.dependencies]
24
codecov = "^2.1.12"
25
-flake8 = "^6.1.0"
+flake8 = "^7.1.2"
26
coverage = "^6.5.0"
27
pytest-cov = "^4.0.0"
28
pytest-mock = "^3.10.0"
0 commit comments