Skip to content

Commit

Permalink
chore(requirements): pip-compile upgrade (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
coatl-bot authored Dec 11, 2023
1 parent f3f9ac1 commit 0386a72
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/pre-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ distlib==0.3.7
# via virtualenv
filelock==3.13.1
# via virtualenv
identify==2.5.32
identify==2.5.33
# via pre-commit
nodeenv==1.8.0
# via pre-commit
platformdirs==4.0.0
platformdirs==4.1.0
# via virtualenv
pre-commit==3.5.0
pre-commit==3.6.0
# via -r pre-commit.in
pyyaml==6.0.1
# via pre-commit
Expand Down
57 changes: 53 additions & 4 deletions requirements/pylint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,66 @@
#
# pip-compile pylint.in
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.1
# via pylint
cerberus==1.3.5
# via plette
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
dill==0.3.7
# via pylint
isort==5.12.0
distlib==0.3.7
# via requirementslib
docopt==0.6.2
# via pipreqs
idna==3.6
# via requests
isort==5.13.0
# via pylint
mccabe==0.7.0
# via pylint
platformdirs==4.0.0
# via pylint
pep517==0.13.1
# via requirementslib
pip-api==0.0.30
# via isort
pipreqs==0.4.13
# via isort
platformdirs==4.1.0
# via
# pylint
# requirementslib
plette[validation]==0.4.4
# via requirementslib
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pylint==3.0.2
# via -r pylint.in
requests==2.31.0
# via
# requirementslib
# yarg
requirementslib==3.0.0
# via isort
tomlkit==0.12.3
# via pylint
# via
# plette
# pylint
# requirementslib
typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
urllib3==2.1.0
# via requests
yarg==0.1.9
# via pipreqs

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.0.0
platformdirs==4.1.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit 0386a72

Please sign in to comment.