Compare commits

...

2 Commits

Author SHA1 Message Date
9a046af1f1 update poetry to 1.4.0 2023-03-03 01:25:31 +03:00
e07be039fc update poetry.lock and requirements.txt 2023-03-03 01:16:48 +03:00
3 changed files with 454 additions and 385 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.11.1 FROM python:3.11.1
ARG POETRY_VERSION=1.3.1 ARG POETRY_VERSION=1.4.0
ARG USER ARG USER
# python: # python:

778
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
aiohttp==3.8.3 ; python_full_version == "3.11.1" aiohttp==3.8.4 ; python_full_version == "3.11.1"
aiosignal==1.3.1 ; python_full_version == "3.11.1" aiosignal==1.3.1 ; python_full_version == "3.11.1"
alembic==1.9.2 ; python_full_version == "3.11.1" alembic==1.9.4 ; python_full_version == "3.11.1"
altgraph==0.17.3 ; python_full_version == "3.11.1" altgraph==0.17.3 ; python_full_version == "3.11.1"
amqp==5.1.1 ; python_full_version == "3.11.1" amqp==5.1.1 ; python_full_version == "3.11.1"
anyio==3.6.2 ; python_full_version == "3.11.1" anyio==3.6.2 ; python_full_version == "3.11.1"
@ -21,36 +21,35 @@ certifi==2022.12.7 ; python_full_version == "3.11.1"
cffi==1.15.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.1" cffi==1.15.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.1"
cfgv==3.3.1 ; python_full_version == "3.11.1" cfgv==3.3.1 ; python_full_version == "3.11.1"
chardet==5.1.0 ; python_full_version == "3.11.1" chardet==5.1.0 ; python_full_version == "3.11.1"
charset-normalizer==2.1.1 ; python_full_version == "3.11.1" charset-normalizer==3.0.1 ; python_full_version == "3.11.1"
click-didyoumean==0.3.0 ; python_full_version == "3.11.1" click-didyoumean==0.3.0 ; python_full_version == "3.11.1"
click-plugins==1.1.1 ; python_full_version == "3.11.1" click-plugins==1.1.1 ; python_full_version == "3.11.1"
click-repl==0.2.0 ; python_full_version == "3.11.1" click-repl==0.2.0 ; python_full_version == "3.11.1"
click==8.1.3 ; python_full_version == "3.11.1" click==8.1.3 ; python_full_version == "3.11.1"
colorama==0.4.6 ; platform_system == "Windows" and python_full_version == "3.11.1" or sys_platform == "win32" and python_full_version == "3.11.1" colorama==0.4.6 ; python_full_version == "3.11.1" and platform_system == "Windows" or python_full_version == "3.11.1" and sys_platform == "win32"
cookiecutter==2.1.1 ; python_full_version == "3.11.1" cookiecutter==2.1.1 ; python_full_version == "3.11.1"
coverage==7.1.0 ; python_full_version == "3.11.1" coverage==7.2.1 ; python_full_version == "3.11.1"
coverage[toml]==7.1.0 ; python_full_version == "3.11.1" coverage[toml]==7.2.1 ; python_full_version == "3.11.1"
decorator==5.1.1 ; python_full_version == "3.11.1" decorator==5.1.1 ; python_full_version == "3.11.1"
distlib==0.3.6 ; python_full_version == "3.11.1" distlib==0.3.6 ; python_full_version == "3.11.1"
django==4.1.6 ; python_full_version == "3.11.1" django==4.1.7 ; python_full_version == "3.11.1"
dparse==0.6.2 ; python_full_version == "3.11.1" dparse==0.6.2 ; python_full_version == "3.11.1"
executing==1.2.0 ; python_full_version == "3.11.1" executing==1.2.0 ; python_full_version == "3.11.1"
factory-boy==3.2.1 ; python_full_version == "3.11.1" factory-boy==3.2.1 ; python_full_version == "3.11.1"
faker==16.6.1 ; python_full_version == "3.11.1" faker==16.9.0 ; python_full_version == "3.11.1"
fastapi==0.89.1 ; python_full_version == "3.11.1" fastapi==0.89.1 ; python_full_version == "3.11.1"
filelock==3.9.0 ; python_full_version == "3.11.1" filelock==3.9.0 ; python_full_version == "3.11.1"
flake8==6.0.0 ; python_full_version == "3.11.1" flake8==6.0.0 ; python_full_version == "3.11.1"
frozenlist==1.3.3 ; python_full_version == "3.11.1" frozenlist==1.3.3 ; python_full_version == "3.11.1"
future==0.18.3 ; sys_platform == "win32" and python_full_version == "3.11.1" greenlet==2.0.2 ; python_full_version == "3.11.1" and platform_machine == "aarch64" or python_full_version == "3.11.1" and platform_machine == "ppc64le" or python_full_version == "3.11.1" and platform_machine == "x86_64" or python_full_version == "3.11.1" and platform_machine == "amd64" or python_full_version == "3.11.1" and platform_machine == "AMD64" or python_full_version == "3.11.1" and platform_machine == "win32" or python_full_version == "3.11.1" and platform_machine == "WIN32"
greenlet==2.0.2 ; python_full_version == "3.11.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
gunicorn==20.1.0 ; python_full_version == "3.11.1" gunicorn==20.1.0 ; python_full_version == "3.11.1"
h11==0.14.0 ; python_full_version == "3.11.1" h11==0.14.0 ; python_full_version == "3.11.1"
httpcore==0.16.3 ; python_full_version == "3.11.1" httpcore==0.16.3 ; python_full_version == "3.11.1"
httpx==0.23.3 ; python_full_version == "3.11.1" httpx==0.23.3 ; python_full_version == "3.11.1"
identify==2.5.17 ; python_full_version == "3.11.1" identify==2.5.18 ; python_full_version == "3.11.1"
idna==3.4 ; python_full_version == "3.11.1" idna==3.4 ; python_full_version == "3.11.1"
iniconfig==2.0.0 ; python_full_version == "3.11.1" iniconfig==2.0.0 ; python_full_version == "3.11.1"
ipython==8.9.0 ; python_full_version == "3.11.1" ipython==8.11.0 ; python_full_version == "3.11.1"
jedi==0.18.2 ; python_full_version == "3.11.1" jedi==0.18.2 ; python_full_version == "3.11.1"
jinja2-time==0.2.0 ; python_full_version == "3.11.1" jinja2-time==0.2.0 ; python_full_version == "3.11.1"
jinja2==3.1.2 ; python_full_version == "3.11.1" jinja2==3.1.2 ; python_full_version == "3.11.1"
@ -66,32 +65,32 @@ multidict==6.0.4 ; python_full_version == "3.11.1"
mypy-extensions==1.0.0 ; python_full_version == "3.11.1" mypy-extensions==1.0.0 ; python_full_version == "3.11.1"
mypy==0.991 ; python_full_version == "3.11.1" mypy==0.991 ; python_full_version == "3.11.1"
nodeenv==1.7.0 ; python_full_version == "3.11.1" nodeenv==1.7.0 ; python_full_version == "3.11.1"
numpy==1.24.1 ; python_full_version == "3.11.1" numpy==1.24.2 ; python_full_version == "3.11.1"
orjson==3.8.5 ; python_full_version == "3.11.1" orjson==3.8.7 ; python_full_version == "3.11.1"
outcome==1.2.0 ; python_full_version == "3.11.1" outcome==1.2.0 ; python_full_version == "3.11.1"
packaging==21.3 ; python_full_version == "3.11.1" packaging==21.3 ; python_full_version == "3.11.1"
parso==0.8.3 ; python_full_version == "3.11.1" parso==0.8.3 ; python_full_version == "3.11.1"
pathspec==0.11.0 ; python_full_version == "3.11.1" pathspec==0.11.0 ; python_full_version == "3.11.1"
pefile==2022.5.30 ; sys_platform == "win32" and python_full_version == "3.11.1" pefile==2023.2.7 ; sys_platform == "win32" and python_full_version == "3.11.1"
pexpect==4.8.0 ; sys_platform != "win32" and python_full_version == "3.11.1" pexpect==4.8.0 ; sys_platform != "win32" and python_full_version == "3.11.1"
pickleshare==0.7.5 ; python_full_version == "3.11.1" pickleshare==0.7.5 ; python_full_version == "3.11.1"
pillow==9.4.0 ; python_full_version == "3.11.1" pillow==9.4.0 ; python_full_version == "3.11.1"
platformdirs==2.6.2 ; python_full_version == "3.11.1" platformdirs==3.0.0 ; python_full_version == "3.11.1"
pluggy==1.0.0 ; python_full_version == "3.11.1" pluggy==1.0.0 ; python_full_version == "3.11.1"
pre-commit==2.21.0 ; python_full_version == "3.11.1" pre-commit==2.21.0 ; python_full_version == "3.11.1"
prompt-toolkit==3.0.36 ; python_full_version == "3.11.1" prompt-toolkit==3.0.38 ; python_full_version == "3.11.1"
psycopg2-binary==2.9.5 ; python_full_version == "3.11.1" psycopg2-binary==2.9.5 ; python_full_version == "3.11.1"
ptyprocess==0.7.0 ; sys_platform != "win32" and python_full_version == "3.11.1" ptyprocess==0.7.0 ; sys_platform != "win32" and python_full_version == "3.11.1"
pure-eval==0.2.2 ; python_full_version == "3.11.1" pure-eval==0.2.2 ; python_full_version == "3.11.1"
pyautogui==0.9.53 ; python_full_version == "3.11.1" pyautogui==0.9.53 ; python_full_version == "3.11.1"
pycodestyle==2.10.0 ; python_full_version == "3.11.1" pycodestyle==2.10.0 ; python_full_version == "3.11.1"
pycparser==2.21 ; os_name == "nt" and implementation_name != "pypy" and python_full_version == "3.11.1" pycparser==2.21 ; python_full_version == "3.11.1" and os_name == "nt" and implementation_name != "pypy"
pydantic==1.10.4 ; python_full_version == "3.11.1" pydantic==1.10.5 ; python_full_version == "3.11.1"
pyflakes==3.0.1 ; python_full_version == "3.11.1" pyflakes==3.0.1 ; python_full_version == "3.11.1"
pygetwindow==0.0.9 ; python_full_version == "3.11.1" pygetwindow==0.0.9 ; python_full_version == "3.11.1"
pygments==2.14.0 ; python_full_version == "3.11.1" pygments==2.14.0 ; python_full_version == "3.11.1"
pyinstaller-hooks-contrib==2022.15 ; python_full_version == "3.11.1" pyinstaller-hooks-contrib==2023.0 ; python_full_version == "3.11.1"
pyinstaller==5.7.0 ; python_full_version == "3.11.1" pyinstaller==5.8.0 ; python_full_version == "3.11.1"
pymsgbox==1.0.9 ; python_full_version == "3.11.1" pymsgbox==1.0.9 ; python_full_version == "3.11.1"
pyobjc-core==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" pyobjc-core==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1"
pyobjc-framework-accessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0" pyobjc-framework-accessibility==9.0.1 ; platform_system == "Darwin" and python_full_version == "3.11.1" and platform_release >= "20.0"
@ -245,27 +244,27 @@ pyparsing==3.0.9 ; python_full_version == "3.11.1"
pyperclip==1.8.2 ; python_full_version == "3.11.1" pyperclip==1.8.2 ; python_full_version == "3.11.1"
pyqt6-qt6==6.4.2 ; python_full_version == "3.11.1" pyqt6-qt6==6.4.2 ; python_full_version == "3.11.1"
pyqt6-sip==13.4.1 ; python_full_version == "3.11.1" pyqt6-sip==13.4.1 ; python_full_version == "3.11.1"
pyqt6==6.4.1 ; python_full_version == "3.11.1" pyqt6==6.4.2 ; python_full_version == "3.11.1"
pyrect==0.2.0 ; python_full_version == "3.11.1" pyrect==0.2.0 ; python_full_version == "3.11.1"
pyscreeze==0.1.28 ; python_full_version == "3.11.1" pyscreeze==0.1.28 ; python_full_version == "3.11.1"
pysocks==1.7.1 ; python_full_version == "3.11.1" pysocks==1.7.1 ; python_full_version == "3.11.1"
pytest-cov==4.0.0 ; python_full_version == "3.11.1" pytest-cov==4.0.0 ; python_full_version == "3.11.1"
pytest==7.2.1 ; python_full_version == "3.11.1" pytest==7.2.1 ; python_full_version == "3.11.1"
python-dateutil==2.8.2 ; python_full_version == "3.11.1" python-dateutil==2.8.2 ; python_full_version == "3.11.1"
python-decouple==3.7 ; python_full_version == "3.11.1" python-decouple==3.8 ; python_full_version == "3.11.1"
python-slugify==8.0.0 ; python_full_version == "3.11.1" python-slugify==8.0.1 ; python_full_version == "3.11.1"
python3-xlib==0.15 ; platform_system == "Linux" and python_full_version == "3.11.1" python3-xlib==0.15 ; platform_system == "Linux" and python_full_version == "3.11.1"
pytweening==1.0.4 ; python_full_version == "3.11.1" pytweening==1.0.4 ; python_full_version == "3.11.1"
pytz==2022.7.1 ; python_full_version == "3.11.1" pytz==2022.7.1 ; python_full_version == "3.11.1"
pywin32-ctypes==0.2.0 ; sys_platform == "win32" and python_full_version == "3.11.1" pywin32-ctypes==0.2.0 ; sys_platform == "win32" and python_full_version == "3.11.1"
pyyaml==6.0 ; python_full_version == "3.11.1" pyyaml==6.0 ; python_full_version == "3.11.1"
redis[asyncio]==4.4.2 ; python_full_version == "3.11.1" redis[asyncio]==4.5.1 ; python_full_version == "3.11.1"
requests==2.28.2 ; python_full_version == "3.11.1" requests==2.28.2 ; python_full_version == "3.11.1"
rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.1" rfc3986[idna2008]==1.5.0 ; python_full_version == "3.11.1"
ruamel-yaml==0.17.21 ; python_full_version == "3.11.1" ruamel-yaml==0.17.21 ; python_full_version == "3.11.1"
safety==2.3.5 ; python_full_version == "3.11.1" safety==2.3.5 ; python_full_version == "3.11.1"
selenium==4.8.0 ; python_full_version == "3.11.1" selenium==4.8.2 ; python_full_version == "3.11.1"
setuptools==67.1.0 ; python_full_version == "3.11.1" setuptools==67.4.0 ; python_full_version == "3.11.1"
simple-term-menu==1.6.1 ; python_full_version == "3.11.1" simple-term-menu==1.6.1 ; python_full_version == "3.11.1"
six==1.16.0 ; python_full_version == "3.11.1" six==1.16.0 ; python_full_version == "3.11.1"
sniffio==1.3.0 ; python_full_version == "3.11.1" sniffio==1.3.0 ; python_full_version == "3.11.1"
@ -281,17 +280,17 @@ toml==0.10.2 ; python_full_version == "3.11.1"
traitlets==5.9.0 ; python_full_version == "3.11.1" traitlets==5.9.0 ; python_full_version == "3.11.1"
trio-websocket==0.9.2 ; python_full_version == "3.11.1" trio-websocket==0.9.2 ; python_full_version == "3.11.1"
trio==0.22.0 ; python_full_version == "3.11.1" trio==0.22.0 ; python_full_version == "3.11.1"
typing-extensions==4.4.0 ; python_full_version == "3.11.1" typing-extensions==4.5.0 ; python_full_version == "3.11.1"
tzdata==2022.7 ; sys_platform == "win32" and python_full_version == "3.11.1" tzdata==2022.7 ; sys_platform == "win32" and python_full_version == "3.11.1"
urllib3==1.26.14 ; python_full_version == "3.11.1" urllib3==1.26.14 ; python_full_version == "3.11.1"
urllib3[socks]==1.26.14 ; python_full_version == "3.11.1" urllib3[socks]==1.26.14 ; python_full_version == "3.11.1"
uvicorn==0.20.0 ; python_full_version == "3.11.1" uvicorn==0.20.0 ; python_full_version == "3.11.1"
validators==0.20.0 ; python_full_version == "3.11.1" validators==0.20.0 ; python_full_version == "3.11.1"
vine==5.0.0 ; python_full_version == "3.11.1" vine==5.0.0 ; python_full_version == "3.11.1"
virtualenv==20.17.1 ; python_full_version == "3.11.1" virtualenv==20.20.0 ; python_full_version == "3.11.1"
wcwidth==0.2.6 ; python_full_version == "3.11.1" wcwidth==0.2.6 ; python_full_version == "3.11.1"
wget==3.2 ; python_full_version == "3.11.1" wget==3.2 ; python_full_version == "3.11.1"
win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.11.1" win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.11.1"
wsproto==1.2.0 ; python_full_version == "3.11.1" wsproto==1.2.0 ; python_full_version == "3.11.1"
yarl==1.8.2 ; python_full_version == "3.11.1" yarl==1.8.2 ; python_full_version == "3.11.1"
zipp==3.12.0 ; python_full_version == "3.11.1" zipp==3.15.0 ; python_full_version == "3.11.1"