Skip to content

Commit

Permalink
update poetry and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Nov 4, 2023
1 parent 825b8db commit f6e3009
Show file tree
Hide file tree
Showing 8 changed files with 258 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade setuptools wheel
export POETRY_VERSION=1.6.1
export POETRY_VERSION=1.7.0
wget --output-document=install-poetry.py https://install.python-poetry.org
python "install-poetry.py"
rm -f "install-poetry.py"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade setuptools wheel
export POETRY_VERSION=1.6.1
export POETRY_VERSION=1.7.0
wget --output-document=install-poetry.py https://install.python-poetry.org
python "install-poetry.py"
rm -f "install-poetry.py"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ update:
poetry self lock
poetry self install --sync
poetry self update
poetry self add poetry-plugin-export
poetry run pip install --upgrade pip setuptools wheel
poetry update --with main,dev,docs
poetry export --only main --without-hashes -f requirements.txt -o requirements.txt
Expand Down
463 changes: 235 additions & 228 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ boltons = "^23.0.0"
mutagen = "^1.47.0"
plumbum = "^1.8.2"
ffmpeg-python = "0.2.0"
prometheus_client = "^0.17.1"
prometheus_client = "^0.18.0"
sdnotify = "^0.3.2"
fake-useragent = "^1.3.0"
#python-telegram-handler = "^2.2.1"
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ astor==0.8.1 ; python_version >= "3.9" and python_version < "4.0"
attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0"
autorepr==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
bandit==1.7.5 ; python_version >= "3.9" and python_version < "4.0"
black==23.10.0 ; python_version >= "3.9" and python_version < "4.0"
black==23.10.1 ; python_version >= "3.9" and python_version < "4.0"
cattrs==23.1.2 ; python_version >= "3.9" and python_version < "4.0"
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.0 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32")
configupdater==3.1.1 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -25,7 +25,7 @@ flake8-comprehensions==3.14.0 ; python_version >= "3.9" and python_version < "4.
flake8-debugger==4.1.2 ; python_version >= "3.9" and python_version < "4.0"
flake8-docstrings==1.7.0 ; python_version >= "3.9" and python_version < "4.0"
flake8-eradicate==1.5.0 ; python_version >= "3.9" and python_version < "4.0"
flake8-isort==6.1.0 ; python_version >= "3.9" and python_version < "4.0"
flake8-isort==6.1.1 ; python_version >= "3.9" and python_version < "4.0"
flake8-quotes==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
flake8-rst-docstrings==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
flake8-string-format==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -34,7 +34,7 @@ flatten-dict==0.4.2 ; python_version >= "3.9" and python_version < "4.0"
furl==2.1.3 ; python_version >= "3.9" and python_version < "4.0"
gitdb==4.0.11 ; python_version >= "3.9" and python_version < "4.0"
gitpython==3.1.40 ; python_version >= "3.9" and python_version < "4.0"
identify==2.5.30 ; python_version >= "3.9" and python_version < "4.0"
identify==2.5.31 ; python_version >= "3.9" and python_version < "4.0"
idna==3.4 ; python_version >= "3.9" and python_version < "4.0"
isort==5.12.0 ; python_version >= "3.9" and python_version < "4.0"
jmespath==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down Expand Up @@ -65,7 +65,7 @@ requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
restructuredtext-lint==1.4.0 ; python_version >= "3.9" and python_version < "4.0"
rich==13.6.0 ; python_version >= "3.9" and python_version < "4.0"
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.9"
ruamel-yaml==0.17.40 ; python_version >= "3.9" and python_version < "4.0"
ruamel-yaml==0.18.5 ; python_version >= "3.9" and python_version < "4.0"
safety==2.3.4 ; python_version >= "3.9" and python_version < "4.0"
setuptools==68.2.2 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -77,7 +77,7 @@ strenum==0.4.15 ; python_version >= "3.9" and python_version < "4.0"
text-unidecode==1.3 ; python_version >= "3.9" and python_version < "4.0"
toml==0.10.2 ; python_version >= "3.9" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
tomlkit==0.12.1 ; python_version >= "3.9" and python_version < "4.0"
tomlkit==0.12.2 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0"
url-normalize==1.4.3 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.0.7 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
7 changes: 4 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.13 ; python_version >= "3.9" and python_version < "4.0"
babel==2.13.0 ; python_version >= "3.9" and python_version < "4.0"
babel==2.13.1 ; python_version >= "3.9" and python_version < "4.0"
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.0 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
commonmark==0.9.1 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.20.1 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -16,8 +16,9 @@ packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.16.1 ; python_version >= "3.9" and python_version < "4.0"
recommonmark==0.7.1 ; python_version >= "3.9" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
setuptools==68.2.2 ; python_version >= "3.12" and python_version < "4.0"
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
sphinx-autodoc-typehints==1.24.0 ; python_version >= "3.9" and python_version < "4.0"
sphinx-autodoc-typehints==1.24.1 ; python_version >= "3.9" and python_version < "4.0"
sphinx==7.2.6 ; python_version >= "3.9" and python_version < "4.0"
sphinxcontrib-applehelp==1.0.7 ; python_version >= "3.9" and python_version < "4.0"
sphinxcontrib-devhelp==1.0.5 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apscheduler==3.10.4 ; python_version >= "3.9" and python_version < "4.0"
args==0.1.0 ; python_version >= "3.9" and python_version < "4.0"
bandcamp-downloader==0.0.13 ; python_version >= "3.9" and python_version < "4.0"
beautifulsoup4==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
boltons==23.0.0 ; python_version >= "3.9" and python_version < "4.0"
boltons==23.1.1 ; python_version >= "3.9" and python_version < "4.0"
brotli==1.1.0 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation == "CPython"
brotlicffi==1.1.0.0 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation != "CPython"
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0"
cffi==1.16.0 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation != "CPython"
chardet==5.2.0 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.0 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
clint==0.5.1 ; python_version >= "3.9" and python_version < "4.0"
dacite==1.8.1 ; python_version >= "3.9" and python_version < "4.0"
demjson3==3.0.6 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -21,9 +21,9 @@ future==0.18.3 ; python_version >= "3.9" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0"
h2==4.1.0 ; python_version >= "3.9" and python_version < "4.0"
hpack==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
httpcore==0.18.0 ; python_version >= "3.9" and python_version < "4.0"
httpx==0.25.0 ; python_version >= "3.9" and python_version < "4.0"
httpx[http2]==0.25.0 ; python_version >= "3.9" and python_version < "4.0"
httpcore==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
httpx==0.25.1 ; python_version >= "3.9" and python_version < "4.0"
httpx[http2]==0.25.1 ; python_version >= "3.9" and python_version < "4.0"
hyperframe==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
idna==3.4 ; python_version >= "3.9" and python_version < "4.0"
importlib-resources==6.1.0 ; python_version >= "3.9" and python_version < "3.10"
Expand All @@ -32,7 +32,7 @@ mock==5.1.0 ; python_version >= "3.9" and python_version < "4.0"
mutagen==1.47.0 ; python_version >= "3.9" and python_version < "4.0"
pathvalidate==3.2.0 ; python_version >= "3.9" and python_version < "4.0"
plumbum==1.8.2 ; python_version >= "3.9" and python_version < "4.0"
prometheus-client==0.17.1 ; python_version >= "3.9" and python_version < "4.0"
prometheus-client==0.18.0 ; python_version >= "3.9" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0" and platform_python_implementation != "CPython"
pycryptodomex==3.19.0 ; python_version >= "3.9" and python_version < "4.0"
pysocks==1.7.1 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -51,10 +51,10 @@ soupsieve==2.5 ; python_version >= "3.9" and python_version < "4.0"
termcolor==2.3.0 ; python_version >= "3.9" and python_version < "4.0"
tornado==6.3.3 ; python_version >= "3.9" and python_version < "4.0"
tzdata==2023.3 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
tzlocal==5.1 ; python_version >= "3.9" and python_version < "4.0"
tzlocal==5.2 ; python_version >= "3.9" and python_version < "4.0"
unicode-slugify==0.1.5 ; python_version >= "3.9" and python_version < "4.0"
unidecode==1.3.7 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.0.7 ; python_version >= "3.9" and python_version < "4.0"
websockets==11.0.3 ; python_version >= "3.9" and python_version < "4.0"
yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@master ; python_version >= "3.9" and python_version < "4.0"
websockets==12.0 ; python_version >= "3.9" and python_version < "4.0"
yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@4a601c9eff9fb42e24a4c8da3fa03628e035b35b ; python_version >= "3.9" and python_version < "4.0"
zipp==3.17.0 ; python_version >= "3.9" and python_version < "3.10"

0 comments on commit f6e3009

Please sign in to comment.