Upgrade deps
This commit is contained in:
parent
337a4f0faf
commit
2fb6f85c4f
1 changed files with 14 additions and 7 deletions
|
@ -7,10 +7,14 @@
|
|||
# all-features: false
|
||||
|
||||
-e file:.
|
||||
aiohttp==3.9.1
|
||||
aiosignal==1.3.1
|
||||
altgraph==0.17.4
|
||||
astroid==3.0.1
|
||||
astroid==3.0.2
|
||||
async-timeout==4.0.3
|
||||
attrs==23.1.0
|
||||
background==0.2.1
|
||||
black==23.11.0
|
||||
black==23.12.0
|
||||
blinker==1.7.0
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
|
@ -21,24 +25,26 @@ dill==0.3.7
|
|||
docopt==0.6.2
|
||||
exceptiongroup==1.2.0
|
||||
flask==3.0.0
|
||||
frozenlist==1.4.1
|
||||
idna==3.6
|
||||
iniconfig==2.0.0
|
||||
isort==5.12.0
|
||||
isort==5.13.2
|
||||
itsdangerous==2.1.2
|
||||
jinja2==3.1.2
|
||||
markdown==3.5.1
|
||||
markupsafe==2.1.3
|
||||
mccabe==0.7.0
|
||||
multidict==6.0.4
|
||||
mypy==1.7.1
|
||||
mypy-extensions==1.0.0
|
||||
packaging==23.2
|
||||
pathspec==0.11.2
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.1.0
|
||||
pluggy==1.3.0
|
||||
pydal==20231114.3
|
||||
pyinstaller==6.2.0
|
||||
pyinstaller==6.3.0
|
||||
pyinstaller-hooks-contrib==2023.10
|
||||
pylint==3.0.2
|
||||
pylint==3.0.3
|
||||
pyrss2gen==1.1
|
||||
pytest==7.4.3
|
||||
pytest-cov==4.1.0
|
||||
|
@ -46,8 +52,9 @@ requests==2.31.0
|
|||
tomli==2.0.1
|
||||
tomlkit==0.12.3
|
||||
types-markdown==3.5.0.3
|
||||
typing-extensions==4.8.0
|
||||
typing-extensions==4.9.0
|
||||
urllib3==2.1.0
|
||||
werkzeug==3.0.1
|
||||
yarl==1.9.4
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==69.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue