Skip to content

Commit 7f658dd

Browse files
committed
chore: Update requirements
1 parent a8aab1c commit 7f658dd

File tree

3 files changed

+87
-46
lines changed

3 files changed

+87
-46
lines changed

poetry.lock

Lines changed: 56 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ pydantic = "<=1.9"
1111
fastapi = ">=0.62"
1212

1313
[tool.poetry.dev-dependencies]
14-
dataclasses = {version = "^0.8", python = "~3.6"}
14+
dataclasses = {version = "^0.8", python = ">=3.6,<3.7"}
1515
async_generator = "^1.10"
1616
async-exit-stack = "^1.0.1"
1717

1818
# backends
1919
ormar = [
20-
{version = "<0.9.4", python = "~3.6"},
20+
{version = "<0.9.4", python = ">=3.6,<3.7"},
2121
{version = "<0.11", python = "^3.7"}
2222
]
2323
tortoise-orm = { version = "^0.17.8", python = "^3.7" }
@@ -26,7 +26,7 @@ aiosqlite = "^0.17.0"
2626
SQLAlchemy = ">=1.3.22,<1.4"
2727
SQLAlchemy-Utils = "^0.38.2"
2828
gino-starlette = [
29-
{version = "<=0.1.2", python = "~3.6"},
29+
{version = "<=0.1.2", python = ">=3.6,<3.7"},
3030
{version = "^0.1.2", python = "^3.7"}
3131
]
3232
asyncpg = "^0.25.0"
@@ -46,27 +46,25 @@ flake8-import-order = "^0.18.1"
4646
flake8-builtins = "^1.5.3"
4747
flake8-functions = "^0.0.7"
4848
flake8-expression-complexity = [
49-
{version = "<0.0.11", python = "~3.6"},
49+
{version = "<=0.0.10", python = ">=3.6,<3.7"},
5050
{version = "^0.0.11", python = "^3.7"}
5151
]
5252
flake8-variables-names = [
53-
{version = "<0.0.5", python = "~3.6"},
53+
{version = "<=0.0.4", python = ">=3.6,<3.7"},
5454
{version = "^0.0.5", python = "^3.7"}
5555
]
5656
flake8-bandit = [
57-
{version = "<3.0.0", python = "~3.6"},
57+
{version = "<=2.9.*", python = ">=3.6,<3.7"},
5858
{version = "^3.0.0", python = "^3.7"}
5959
]
6060
flake8-annotations = [
61-
{version = "<=2.8.0", python = "~3.6"},
61+
{version = "<=2.8.0", python = ">=3.6,<3.7"},
6262
{version = "^2.9.0", python = "^3.7"}
6363
]
6464
black = [
65-
{version = "<=21b", python = "~3.6"},
6665
{version = "<=21b", python = "^3.7"}
6766
]
6867
flake8-black = [
69-
{version = "<=0.3", python = "~3.6"},
7068
{version = "<=0.3", python = "^3.7"}
7169
]
7270

tests/dev.requirements.txt

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
aiocontextvars==0.2.2
22
aiosqlite==0.17.0; python_version >= "3.6"
3-
appdirs==1.4.4
4-
astpretty==2.1.0
3+
appdirs==1.4.4; python_version >= "3.7" and python_version < "4.0"
4+
astpretty==1.7.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
55
async-exit-stack==1.0.1; python_version >= "3.5"
66
async-generator==1.10; python_version >= "3.5"
77
asyncpg==0.25.0; python_full_version >= "3.6.0"
88
asynctest==0.13.0; python_version >= "3.5"
99
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"
1010
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"
11-
bandit==1.7.4
12-
black==20.8b1; python_version >= "3.6" and python_version < "3.7" or python_version >= "3.7" and python_version < "4.0"
13-
certifi==2022.5.18.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
11+
bandit==1.7.1; python_version >= "3.6" and python_version < "3.7"
12+
bandit==1.7.4; python_version >= "3.7" and python_version < "4.0"
13+
black==20.8b1; python_version >= "3.7" and python_version < "4.0"
14+
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"
1415
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
15-
click==8.0.4
16-
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and python_version < "4.0"
16+
click==8.0.4; python_version >= "3.7" and python_version < "4.0"
17+
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" and python_full_version >= "3.5.0"
1718
contextlib2==21.6.0; python_version >= "3.6"
1819
contextvars==2.4
1920
databases==0.4.3; python_version >= "3.6"
@@ -26,8 +27,8 @@ flake8-annotations==2.0.1; python_version >= "3.6" and python_version < "3.7"
2627
flake8-annotations==2.9.0; python_version >= "3.7" and python_version < "4.0"
2728
flake8-bandit==2.1.2; python_version >= "3.6" and python_version < "3.7"
2829
flake8-bandit==3.0.0; python_version >= "3.7" and python_version < "4.0"
29-
flake8-black==0.2.5; python_version >= "3.6" and python_version < "3.7" or python_version >= "3.7" and python_version < "4.0"
30-
flake8-bugbear==22.4.25; python_version >= "3.6"
30+
flake8-black==0.2.5; python_version >= "3.7" and python_version < "4.0"
31+
flake8-bugbear==22.7.1; python_version >= "3.6"
3132
flake8-builtins==1.5.3
3233
flake8-expression-complexity==0.0.11; python_version >= "3.7" and python_version < "4.0"
3334
flake8-expression-complexity==0.0.9; python_version >= "3.6" and python_version < "3.7"
@@ -39,32 +40,32 @@ flake8-variables-names==0.0.5; python_version >= "3.7" and python_version < "4.0
3940
flake8==3.9.2; python_version >= "3.6" and python_version < "4.0"
4041
gino-starlette==0.1.2; python_version >= "3.6" and python_version < "3.7" or python_version >= "3.7" and python_version < "4.0"
4142
gino==1.0.1
42-
gitdb==4.0.9; python_version >= "3.7" and python_version < "4.0"
43-
gitpython==3.1.27; python_version >= "3.7" and python_version < "4.0"
43+
gitdb==4.0.9
44+
gitpython==3.1.20
4445
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"
4546
immutables==0.18
4647
importlib-metadata==1.7.0
4748
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"
4849
iniconfig==1.1.1; python_version >= "3.6"
4950
iso8601==0.1.16; python_version >= "3.7" and python_version < "4.0"
50-
mccabe==0.6.1
51+
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"
5152
mock==4.0.3; python_version >= "3.6"
5253
mr-proper==0.0.7
53-
mypy-extensions==0.4.3
54+
mypy-extensions==0.4.3; python_version >= "3.7" and python_version < "4.0"
5455
mypy==0.910; python_version >= "3.5"
5556
ormar==0.9.3; python_version >= "3.6" and python_version < "3.7" or python_version >= "3.7" and python_version < "4.0"
5657
packaging==21.3; python_version >= "3.6"
5758
path.py==12.5.0; python_version >= "3.5"
5859
path==16.2.0; python_version >= "3.6"
59-
pathspec==0.9.0
60-
pbr==5.9.0; python_version >= "3.7" and python_version < "4.0"
60+
pathspec==0.9.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"
61+
pbr==5.9.0
6162
platformdirs==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
6263
pluggy==1.0.0; python_version >= "3.6"
6364
psycopg2-binary==2.9.3; python_version >= "3.6"
6465
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"
65-
pycodestyle==2.7.0
66+
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"
6667
pydantic==1.7.4; python_version >= "3.6"
67-
pyflakes==2.3.1
68+
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"
6869
pyodbc==4.0.32
6970
pyparsing==3.0.7; python_version >= "3.6"
7071
pypika-tortoise==0.1.5; python_version >= "3.7" and python_version < "4.0"
@@ -73,21 +74,21 @@ pytest-shutil==1.7.0
7374
pytest-virtualenv==1.7.0
7475
pytest==6.2.5; python_version >= "3.6"
7576
pytz==2022.1; python_version >= "3.7" and python_version < "4.0"
76-
pyyaml==6.0; python_version >= "3.7" and python_version < "4.0"
77-
regex==2022.6.2
77+
pyyaml==6.0
78+
regex==2022.6.2; python_version >= "3.7" and python_version < "4.0"
7879
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
7980
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"
80-
smmap==5.0.0; python_version >= "3.7" and python_version < "4.0"
81+
smmap==5.0.0
8182
sqlalchemy-utils==0.38.2; python_version >= "3.4" and python_version < "4.0"
8283
sqlalchemy==1.3.24; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
8384
starlette==0.14.2
8485
stdlib-list==0.8.0
85-
stevedore==3.5.0; python_version >= "3.7" and python_version < "4.0"
86+
stevedore==3.5.0
8687
termcolor==1.1.0
87-
toml==0.10.2
88+
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.3.0" and python_version >= "3.7" and python_version < "4.0"
8889
tortoise-orm==0.17.8; python_version >= "3.7" and python_version < "4.0"
8990
typed-ast==1.4.3
9091
typing-extensions==4.1.1
9192
urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
92-
virtualenv==20.14.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
93+
virtualenv==20.15.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
9394
zipp==3.6.0

0 commit comments

Comments
 (0)