build: update requirements
This commit is contained in:
parent
34885d4cda
commit
d5c4ac18b7
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
astroid==3.0.2
|
astroid==3.0.2
|
||||||
black==23.12.1
|
black==23.12.1
|
||||||
|
certifi==2024.2.2
|
||||||
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
dill==0.3.7
|
dill==0.3.7
|
||||||
|
idna==3.6
|
||||||
isort==5.13.2
|
isort==5.13.2
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
|
@ -10,4 +13,6 @@ pathspec==0.12.1
|
||||||
platformdirs==4.1.0
|
platformdirs==4.1.0
|
||||||
pylint==3.0.3
|
pylint==3.0.3
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
|
requests==2.31.0
|
||||||
tomlkit==0.12.3
|
tomlkit==0.12.3
|
||||||
|
urllib3==2.2.0
|
||||||
|
|
Loading…
Reference in a new issue