Skip to content

Commit 75dc636

Browse files
committed
chore: And another one
1 parent 9ecd686 commit 75dc636

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flake8-variables-names = [
5252
{version = "^0.0.5", python = "^3.7"}
5353
]
5454
flake8-bandit = [
55-
{version = "^3.0.0", python = "^3.7"}
55+
{version = "^3.0.0", python = ">=3.7,<3.10"}
5656
]
5757
flake8-annotations = [
5858
{version = "^2.9.0", python = "^3.7"}

tests/dev.requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ asyncpg==0.25.0; python_full_version >= "3.6.0"
77
asynctest==0.13.0; python_version >= "3.5"
88
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"
99
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.7" and python_version < "4.0"
10-
bandit==1.7.4; python_version >= "3.7" and python_version < "4.0"
10+
bandit==1.7.4; python_version >= "3.7" and python_version < "3.10"
1111
black==22.6.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" or python_version >= "3.7" and python_version < "4.0"
1212
certifi==2022.6.15; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
1313
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
1414
click==8.0.4; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
15-
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "4.0" and platform_system == "Windows"
15+
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "3.10" and platform_system == "Windows"
1616
contextlib2==21.6.0; python_version >= "3.6"
1717
contextvars==2.4
1818
databases==0.4.3; python_version >= "3.6"
@@ -22,27 +22,27 @@ execnet==1.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or pyt
2222
fastapi==0.68.1; python_version >= "3.6"
2323
filelock==3.4.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2424
flake8-annotations==2.9.0; python_version >= "3.7" and python_version < "4.0"
25-
flake8-bandit==3.0.0; python_version >= "3.7" and python_version < "4.0"
25+
flake8-bandit==3.0.0; python_version >= "3.7" and python_version < "3.10"
2626
flake8-black==0.3.3; python_version >= "3.7" and python_version < "4.0"
2727
flake8-bugbear==22.7.1; python_version >= "3.6"
2828
flake8-builtins==1.5.3
2929
flake8-expression-complexity==0.0.11; python_version >= "3.7" and python_version < "4.0"
3030
flake8-functions==0.0.7
3131
flake8-import-order==0.18.1
32-
flake8-polyfill==1.0.2; python_version >= "3.7" and python_version < "4.0"
32+
flake8-polyfill==1.0.2; python_version >= "3.7" and python_version < "3.10"
3333
flake8-variables-names==0.0.5; python_version >= "3.7" and python_version < "4.0"
34-
flake8==3.9.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.7" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0"
34+
flake8==3.9.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.5.0" and python_version >= "3.7" and python_version < "3.10" or python_version >= "3.6" and python_version < "4.0"
3535
gino-starlette==0.1.2; python_version >= "3.6" and python_version < "3.7" or python_version >= "3.7" and python_version < "4.0"
3636
gino==1.0.1
37-
gitdb==4.0.9; python_version >= "3.7" and python_version < "4.0"
38-
gitpython==3.1.27; python_version >= "3.7" and python_version < "4.0"
37+
gitdb==4.0.9; python_version >= "3.7" and python_version < "3.10"
38+
gitpython==3.1.27; python_version >= "3.7" and python_version < "3.10"
3939
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
4040
immutables==0.18
4141
importlib-metadata==1.7.0
4242
importlib-resources==5.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.7" or python_full_version >= "3.5.0" and python_version < "3.7" and python_version >= "3.6"
4343
iniconfig==1.1.1; python_version >= "3.6"
4444
iso8601==0.1.16; python_version >= "3.7" and python_version < "4.0"
45-
mccabe==0.6.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
45+
mccabe==0.6.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.7" and python_version < "3.10" and python_full_version >= "3.5.0"
4646
mock==4.0.3; python_version >= "3.6"
4747
mr-proper==0.0.7
4848
mypy-extensions==0.4.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
@@ -52,14 +52,14 @@ packaging==21.3; python_version >= "3.6"
5252
path.py==12.5.0; python_version >= "3.5"
5353
path==16.2.0; python_version >= "3.6"
5454
pathspec==0.9.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
55-
pbr==5.9.0; python_version >= "3.7" and python_version < "4.0"
55+
pbr==5.9.0; python_version >= "3.7" and python_version < "3.10"
5656
platformdirs==2.4.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
5757
pluggy==1.0.0; python_version >= "3.6"
5858
psycopg2-binary==2.9.3; python_version >= "3.6"
5959
py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
60-
pycodestyle==2.7.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
60+
pycodestyle==2.7.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.7" and python_version < "3.10" and python_full_version >= "3.5.0"
6161
pydantic==1.7.4; python_version >= "3.6"
62-
pyflakes==2.3.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
62+
pyflakes==2.3.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.10" or python_version >= "3.7" and python_version < "3.10" and python_full_version >= "3.5.0"
6363
pyodbc==4.0.32
6464
pyparsing==3.0.7; python_version >= "3.6"
6565
pypika-tortoise==0.1.5; python_version >= "3.7" and python_version < "4.0"
@@ -68,15 +68,15 @@ pytest-shutil==1.7.0
6868
pytest-virtualenv==1.7.0
6969
pytest==6.2.5; python_version >= "3.6"
7070
pytz==2022.1; python_version >= "3.7" and python_version < "4.0"
71-
pyyaml==6.0; python_version >= "3.7" and python_version < "4.0"
71+
pyyaml==6.0; python_version >= "3.7" and python_version < "3.10"
7272
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
7373
six==1.16.0; python_version >= "3.4" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.4" and python_version < "4.0" and python_full_version >= "3.5.0"
74-
smmap==5.0.0; python_version >= "3.7" and python_version < "4.0"
74+
smmap==5.0.0; python_version >= "3.7" and python_version < "3.10"
7575
sqlalchemy-utils==0.38.2; python_version >= "3.4" and python_version < "4.0"
7676
sqlalchemy==1.3.24; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
7777
starlette==0.14.2
7878
stdlib-list==0.8.0
79-
stevedore==3.5.0; python_version >= "3.7" and python_version < "4.0"
79+
stevedore==3.5.0; python_version >= "3.7" and python_version < "3.10"
8080
termcolor==1.1.0
8181
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
8282
tomli==2.0.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" and python_full_version < "3.11.0a7"

0 commit comments

Comments
 (0)