Update deps
This commit is contained in:
parent
4b51391a28
commit
872cf06910
2 changed files with 24 additions and 31 deletions
|
@ -7,54 +7,47 @@
|
||||||
# all-features: false
|
# all-features: false
|
||||||
|
|
||||||
-e file:.
|
-e file:.
|
||||||
aiohttp==3.9.1
|
|
||||||
aiosignal==1.3.1
|
|
||||||
altgraph==0.17.4
|
altgraph==0.17.4
|
||||||
astroid==3.0.2
|
astroid==3.0.3
|
||||||
async-timeout==4.0.3
|
|
||||||
attrs==23.1.0
|
|
||||||
background==0.2.1
|
background==0.2.1
|
||||||
black==23.12.0
|
black==24.2.0
|
||||||
blinker==1.7.0
|
blinker==1.7.0
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
coverage==6.5.0
|
coverage==6.5.0
|
||||||
coveralls==3.3.1
|
coveralls==3.3.1
|
||||||
dill==0.3.7
|
dill==0.3.8
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
exceptiongroup==1.2.0
|
exceptiongroup==1.2.0
|
||||||
flask==3.0.0
|
flask==3.0.2
|
||||||
frozenlist==1.4.1
|
|
||||||
idna==3.6
|
idna==3.6
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
isort==5.13.2
|
isort==5.13.2
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jinja2==3.1.2
|
jinja2==3.1.3
|
||||||
markdown==3.5.1
|
markdown==3.5.2
|
||||||
markupsafe==2.1.3
|
markupsafe==2.1.5
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
multidict==6.0.4
|
mypy==1.8.0
|
||||||
mypy==1.7.1
|
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
platformdirs==4.1.0
|
platformdirs==4.2.0
|
||||||
pluggy==1.3.0
|
pluggy==1.4.0
|
||||||
pydal==20231114.3
|
pydal==20231114.3
|
||||||
pyinstaller==6.3.0
|
pyinstaller==6.4.0
|
||||||
pyinstaller-hooks-contrib==2023.10
|
pyinstaller-hooks-contrib==2024.1
|
||||||
pylint==3.0.3
|
pylint==3.0.3
|
||||||
pyrss2gen==1.1
|
pyrss2gen==1.1
|
||||||
pytest==7.4.3
|
pytest==8.0.1
|
||||||
pytest-cov==4.1.0
|
pytest-cov==4.1.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.3
|
tomlkit==0.12.3
|
||||||
types-markdown==3.5.0.3
|
types-markdown==3.5.0.20240129
|
||||||
typing-extensions==4.9.0
|
typing-extensions==4.9.0
|
||||||
urllib3==2.1.0
|
urllib3==2.2.1
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.1
|
||||||
yarl==1.9.4
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==69.0.2
|
setuptools==69.1.0
|
||||||
|
|
|
@ -9,18 +9,18 @@
|
||||||
-e file:.
|
-e file:.
|
||||||
background==0.2.1
|
background==0.2.1
|
||||||
blinker==1.7.0
|
blinker==1.7.0
|
||||||
certifi==2023.11.17
|
certifi==2024.2.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
flask==3.0.0
|
flask==3.0.2
|
||||||
idna==3.6
|
idna==3.6
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jinja2==3.1.2
|
jinja2==3.1.3
|
||||||
markdown==3.5.1
|
markdown==3.5.2
|
||||||
markupsafe==2.1.3
|
markupsafe==2.1.5
|
||||||
pydal==20231114.3
|
pydal==20231114.3
|
||||||
pyrss2gen==1.1
|
pyrss2gen==1.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
types-markdown==3.5.0.3
|
types-markdown==3.5.0.20240129
|
||||||
urllib3==2.1.0
|
urllib3==2.2.1
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue