Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gpchelkin committed Dec 24, 2023
1 parent 6e07870 commit 820ce33
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
48 changes: 26 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ optional = true
# make additional external tools: poetry, tox, (tox-poetry)
# make format:
isort = "^5.12"
# TODO https://github.com/psf/black/issues/4107
black = "23.11.0"
black = "^23.12.1"
# make lint:
wemake-python-styleguide = "^0.18"
doc8 = "^1.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.6 ; python_version >= "3.9" and python_version < "4.0"
black==23.11.0 ; python_version >= "3.9" and python_version < "4.0"
black==23.12.1 ; python_version >= "3.9" and python_version < "4.0"
cattrs==23.2.3 ; python_version >= "3.9" and python_version < "4.0"
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ 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.1.0 ; 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@13b3cb3c2b7169a1e17d6fc62593bf744170521c ; python_version >= "3.9" and python_version < "4.0"
yt-dlp @ git+https://github.com/yt-dlp/yt-dlp.git@f45c4efcd928a173e1300a8f1ce4258e70c969b1 ; 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 820ce33

Please sign in to comment.