Update deps
This commit is contained in:
parent
9f1a408a7a
commit
687d05eea4
2 changed files with 16 additions and 16 deletions
|
@ -12,16 +12,16 @@ astroid==3.0.1
|
||||||
background==0.2.1
|
background==0.2.1
|
||||||
black==23.11.0
|
black==23.11.0
|
||||||
blinker==1.7.0
|
blinker==1.7.0
|
||||||
certifi==2023.7.22
|
certifi==2023.11.17
|
||||||
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.7
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
exceptiongroup==1.1.3
|
exceptiongroup==1.2.0
|
||||||
flask==3.0.0
|
flask==3.0.0
|
||||||
idna==3.4
|
idna==3.6
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
|
@ -29,14 +29,14 @@ jinja2==3.1.2
|
||||||
markdown==3.5.1
|
markdown==3.5.1
|
||||||
markupsafe==2.1.3
|
markupsafe==2.1.3
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mypy==1.6.1
|
mypy==1.7.1
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
platformdirs==3.11.0
|
platformdirs==4.1.0
|
||||||
pluggy==1.3.0
|
pluggy==1.3.0
|
||||||
pydal==20230521.1
|
pydal==20231114.3
|
||||||
pyinstaller==6.1.0
|
pyinstaller==6.2.0
|
||||||
pyinstaller-hooks-contrib==2023.10
|
pyinstaller-hooks-contrib==2023.10
|
||||||
pylint==3.0.2
|
pylint==3.0.2
|
||||||
pyrss2gen==1.1
|
pyrss2gen==1.1
|
||||||
|
@ -44,10 +44,10 @@ pytest==7.4.3
|
||||||
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.2
|
tomlkit==0.12.3
|
||||||
types-markdown==3.5.0.1
|
types-markdown==3.5.0.3
|
||||||
typing-extensions==4.8.0
|
typing-extensions==4.8.0
|
||||||
urllib3==2.0.7
|
urllib3==2.1.0
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.1
|
||||||
# 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==68.2.2
|
setuptools==69.0.2
|
||||||
|
|
|
@ -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.7.22
|
certifi==2023.11.17
|
||||||
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.0
|
||||||
idna==3.4
|
idna==3.6
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
markdown==3.5.1
|
markdown==3.5.1
|
||||||
markupsafe==2.1.3
|
markupsafe==2.1.3
|
||||||
pydal==20230521.1
|
pydal==20231114.3
|
||||||
pyrss2gen==1.1
|
pyrss2gen==1.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
types-markdown==3.5.0.1
|
types-markdown==3.5.0.3
|
||||||
urllib3==2.0.7
|
urllib3==2.1.0
|
||||||
werkzeug==3.0.1
|
werkzeug==3.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue