Upgrade dependencies
This commit is contained in:
parent
477477edae
commit
a18eaf2237
2 changed files with 19 additions and 19 deletions
|
@ -10,7 +10,7 @@
|
||||||
altgraph==0.17.4
|
altgraph==0.17.4
|
||||||
astroid==3.1.0
|
astroid==3.1.0
|
||||||
background==0.2.1
|
background==0.2.1
|
||||||
black==24.2.0
|
black==24.3.0
|
||||||
blinker==1.7.0
|
blinker==1.7.0
|
||||||
certifi==2024.2.2
|
certifi==2024.2.2
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
|
@ -20,34 +20,34 @@ coveralls==3.3.1
|
||||||
dill==0.3.8
|
dill==0.3.8
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
exceptiongroup==1.2.0
|
exceptiongroup==1.2.0
|
||||||
flask==3.0.2
|
flask==3.0.3
|
||||||
idna==3.6
|
idna==3.7
|
||||||
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.3
|
jinja2==3.1.3
|
||||||
markdown==3.5.2
|
markdown==3.6
|
||||||
markupsafe==2.1.5
|
markupsafe==2.1.5
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mypy==1.8.0
|
mypy==1.9.0
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.2
|
packaging==24.0
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
platformdirs==4.2.0
|
platformdirs==4.2.0
|
||||||
pluggy==1.4.0
|
pluggy==1.4.0
|
||||||
pydal==20231114.3
|
pydal==20231114.3
|
||||||
pyinstaller==6.4.0
|
pyinstaller==6.5.0
|
||||||
pyinstaller-hooks-contrib==2024.1
|
pyinstaller-hooks-contrib==2024.3
|
||||||
pylint==3.1.0
|
pylint==3.1.0
|
||||||
pyrss2gen==1.1
|
pyrss2gen==1.1
|
||||||
pytest==8.0.2
|
pytest==8.1.1
|
||||||
pytest-cov==4.1.0
|
pytest-cov==5.0.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.12.4
|
tomlkit==0.12.4
|
||||||
types-markdown==3.5.0.20240129
|
types-markdown==3.6.0.20240316
|
||||||
typing-extensions==4.10.0
|
typing-extensions==4.11.0
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.2
|
||||||
# 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.1.1
|
setuptools==69.3.0
|
||||||
|
|
|
@ -12,15 +12,15 @@ blinker==1.7.0
|
||||||
certifi==2024.2.2
|
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.2
|
flask==3.0.3
|
||||||
idna==3.6
|
idna==3.7
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jinja2==3.1.3
|
jinja2==3.1.3
|
||||||
markdown==3.5.2
|
markdown==3.6
|
||||||
markupsafe==2.1.5
|
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.20240129
|
types-markdown==3.6.0.20240316
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue