Skip to content

Commit

Permalink
Recompile with python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Oct 27, 2024
1 parent e211b40 commit 0a7a294
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion flask_admin/form/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from markupsafe import Markup
from werkzeug.datastructures import FileStorage
from werkzeug.utils import secure_filename
from wtforms import __version__ as wtforms_version # type: ignore[attr-defined]
from wtforms import __version__ as wtforms_version
from wtforms import fields # type: ignore[attr-defined]
from wtforms import ValidationError # type: ignore[attr-defined]
from wtforms.utils import unset_value
Expand Down
7 changes: 1 addition & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile dev.in
Expand Down Expand Up @@ -247,10 +247,6 @@ python-dateutil==2.9.0.post0
# -r typing.txt
# botocore
# moto
pytz==2024.1
# via
# -r docs.txt
# babel
pyyaml==6.0.2
# via
# -r docs.txt
Expand Down Expand Up @@ -395,7 +391,6 @@ typing-extensions==4.12.2
# -r typing.txt
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down
4 changes: 1 addition & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile docs.in
Expand Down Expand Up @@ -99,8 +99,6 @@ python-dateutil==2.9.0.post0
# via
# botocore
# moto
pytz==2024.1
# via babel
pyyaml==6.0.2
# via responses
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile tests.in
Expand Down
3 changes: 1 addition & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile typing.in
Expand Down Expand Up @@ -154,7 +154,6 @@ typing-extensions==4.12.2
# via
# astroid
# boto3-stubs
# botocore-stubs
# mypy
# pylint
# pyright
Expand Down

0 comments on commit 0a7a294

Please sign in to comment.