1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

5 Commits

Author SHA1 Message Date
a4225829e3 certifi security update and more 2023-07-26 22:59:53 +02:00
f3dff354fc requests security update 2023-05-23 22:38:31 +02:00
ca71fa66df flask security update and more 2023-05-09 09:14:34 +02:00
09ab5acf76 Security updates 2023-02-16 10:22:42 +01:00
e90d35238a Security updates 2022-12-09 11:51:50 +01:00
2 changed files with 52 additions and 45 deletions

View File

@@ -1,67 +1,70 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-dev.in
#
astroid==2.11.7
astroid==2.15.6
# via pylint
beautifulsoup4==4.11.1
beautifulsoup4==4.12.2
# via bs4
blinker==1.6.2
# via flask
bs4==0.0.1
# via -r requirements.in
certifi==2022.6.15
certifi==2023.7.22
# via requests
charset-normalizer==2.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via flask
dill==0.3.5.1
dill==0.3.7
# via pylint
feedgen==0.9.0
# via -r requirements.in
flask==2.1.3
flask==2.3.2
# via -r requirements.in
idna==3.3
idna==3.4
# via requests
isort==5.10.1
isort==5.12.0
# via pylint
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
lazy-object-proxy==1.7.1
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.1
lxml==4.9.3
# via feedgen
markupsafe==2.1.1
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
mccabe==0.7.0
# via pylint
peewee==3.15.1
peewee==3.16.2
# via -r requirements.in
platformdirs==2.5.2
platformdirs==3.9.1
# via pylint
pylint==2.14.5
pylint==2.17.5
# via -r requirements-dev.in
python-dateutil==2.8.2
# via feedgen
requests==2.28.1
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.3.2.post1
soupsieve==2.4.1
# via beautifulsoup4
tomli==2.0.1
# via pylint
tomlkit==0.11.1
tomlkit==0.11.8
# via pylint
urllib3==1.26.10
# via requests
werkzeug==2.1.2
# via flask
wrapt==1.14.1
typing-extensions==4.7.1
# via astroid
urllib3==2.0.4
# via requests
werkzeug==2.3.6
# via flask
wrapt==1.15.0
# via astroid
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View File

@@ -1,44 +1,48 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
beautifulsoup4==4.11.1
beautifulsoup4==4.12.2
# via bs4
blinker==1.6.2
# via flask
bs4==0.0.1
# via -r requirements.in
certifi==2022.6.15
certifi==2023.7.22
# via requests
charset-normalizer==2.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via flask
feedgen==0.9.0
# via -r requirements.in
flask==2.1.3
flask==2.3.2
# via -r requirements.in
idna==3.3
idna==3.4
# via requests
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
lxml==4.9.1
lxml==4.9.3
# via feedgen
markupsafe==2.1.1
# via jinja2
peewee==3.15.1
markupsafe==2.1.3
# via
# jinja2
# werkzeug
peewee==3.16.2
# via -r requirements.in
python-dateutil==2.8.2
# via feedgen
requests==2.28.1
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.3.2.post1
soupsieve==2.4.1
# via beautifulsoup4
urllib3==1.26.10
urllib3==2.0.4
# via requests
werkzeug==2.1.2
werkzeug==2.3.6
# via flask