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

21 Commits

Author SHA1 Message Date
d3dff5a4e8 Latest peewee 2025-07-08 15:30:01 +02:00
b6ffc24175 Merge branch 'master' of github.com:aquatix/digimarks 2025-07-08 15:29:04 +02:00
c5ca4d97e3 lxml 6.0.0 and more updates 2025-07-08 15:28:49 +02:00
372c382364 Merge pull request #49 from aquatix/snyk-fix-92dec271d89f9676c64380ff8fb6ad44
[Snyk] Security upgrade urllib3 from 2.4.0 to 2.5.0
2025-07-08 14:09:32 +02:00
snyk-bot
6ff63f47fe fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
2025-06-21 11:27:36 +00:00
3fbab07944 requests security update and more 2025-06-11 09:20:54 +02:00
db091ae02e Flask security update and more 2025-05-21 12:24:53 +02:00
24935dad9f jinja2 security update and more 2025-01-10 14:59:56 +01:00
6864e7f5a4 werkzeug security update and more 2024-12-10 21:16:03 +01:00
ed8e02f0d5 New certifi, latest dependencies 2024-09-06 22:02:08 +02:00
76e4924e2c certifi security update and more 2024-07-07 11:27:39 +02:00
a35fbffaec requests security update and more 2024-05-26 14:08:19 +02:00
fad7dc59bc jinja2 security update and more 2024-05-08 23:00:56 +02:00
1a4ca1a4c7 Merge pull request #39 from aquatix/snyk-fix-98ecd74aa298dc47942423af99957199
[Snyk] Security upgrade idna from 3.6 to 3.7
2024-04-14 21:55:20 +02:00
snyk-bot
ad614b2872 fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
2024-04-14 19:32:08 +00:00
b658651c07 Security update for peewee and more 2024-03-02 11:08:11 +01:00
c1d795e704 Merge pull request #37 from aquatix/snyk-fix-67c48228bceafdd6ed7fac5925180c4f
[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.3
2024-02-11 16:13:10 +01:00
4b36b448cf jinja2 security update and more 2024-01-11 20:53:24 +01:00
snyk-bot
29b1d045cd fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
2024-01-11 14:48:51 +00:00
d8bf52c9d2 urllib3 security update and more 2023-10-21 19:02:42 +02:00
010905086f urllib security update; latest Flask and everything 2023-10-04 11:10:43 +02:00
2 changed files with 56 additions and 66 deletions

View File

@@ -1,70 +1,61 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements-dev.in
#
astroid==2.15.6
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in
astroid==3.3.10
# via pylint
beautifulsoup4==4.12.2
beautifulsoup4==4.13.4
# via bs4
blinker==1.6.2
blinker==1.9.0
# via flask
bs4==0.0.1
bs4==0.0.2
# via -r requirements.in
certifi==2023.7.22
certifi==2025.6.15
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.4.2
# via requests
click==8.1.6
click==8.2.1
# via flask
dill==0.3.7
dill==0.4.0
# via pylint
feedgen==0.9.0
feedgen==1.0.0
# via -r requirements.in
flask==2.3.2
flask==3.1.1
# via -r requirements.in
idna==3.4
idna==3.10
# via requests
isort==5.12.0
isort==6.0.1
# via pylint
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.2
jinja2==3.1.6
# via flask
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
lxml==6.0.0
# via feedgen
markupsafe==2.1.3
markupsafe==3.0.2
# via
# flask
# jinja2
# werkzeug
mccabe==0.7.0
# via pylint
peewee==3.16.2
peewee==3.18.2
# via -r requirements.in
platformdirs==3.9.1
platformdirs==4.3.8
# via pylint
pylint==2.17.5
pylint==3.3.7
# via -r requirements-dev.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via feedgen
requests==2.31.0
requests==2.32.4
# via -r requirements.in
six==1.16.0
six==1.17.0
# via python-dateutil
soupsieve==2.4.1
soupsieve==2.7
# via beautifulsoup4
tomli==2.0.1
tomlkit==0.13.3
# via pylint
tomlkit==0.11.8
# via pylint
typing-extensions==4.7.1
# via astroid
urllib3==2.0.4
typing-extensions==4.14.1
# via beautifulsoup4
urllib3==2.5.0
# via requests
werkzeug==2.3.6
werkzeug==3.1.3
# via flask
wrapt==1.15.0
# via astroid

View File

@@ -1,48 +1,47 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
beautifulsoup4==4.12.2
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in
beautifulsoup4==4.13.4
# via bs4
blinker==1.6.2
blinker==1.9.0
# via flask
bs4==0.0.1
bs4==0.0.2
# via -r requirements.in
certifi==2023.7.22
certifi==2025.6.15
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.4.2
# via requests
click==8.1.6
click==8.2.1
# via flask
feedgen==0.9.0
feedgen==1.0.0
# via -r requirements.in
flask==2.3.2
flask==3.1.1
# via -r requirements.in
idna==3.4
idna==3.10
# via requests
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.2
jinja2==3.1.6
# via flask
lxml==4.9.3
lxml==6.0.0
# via feedgen
markupsafe==2.1.3
markupsafe==3.0.2
# via
# flask
# jinja2
# werkzeug
peewee==3.16.2
peewee==3.18.2
# via -r requirements.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via feedgen
requests==2.31.0
requests==2.32.4
# via -r requirements.in
six==1.16.0
six==1.17.0
# via python-dateutil
soupsieve==2.4.1
soupsieve==2.7
# via beautifulsoup4
urllib3==2.0.4
typing-extensions==4.14.1
# via beautifulsoup4
urllib3==2.5.0
# via requests
werkzeug==2.3.6
werkzeug==3.1.3
# via flask