Skip to content

Commit

Permalink
Latest data: Wed Jan 3 08:04:13 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Jan 3, 2024
1 parent c23a6d1 commit 8f23d63
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
6 changes: 4 additions & 2 deletions audits/bbot-requirements.audit.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"vulnerabilities": [
{
"modified": "2023-12-29T18:41:39Z",
"modified": "2024-01-02T15:28:50Z",
"published": "2023-12-28T21:30:37Z",
"schema_version": "1.6.0",
"id": "GHSA-jpvw-p8pr-9g2x",
Expand Down Expand Up @@ -420,7 +420,9 @@
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [
"CWE-22"
],
"github_reviewed": true,
"github_reviewed_at": "2023-12-29T18:19:35Z",
"nvd_published_at": "2023-12-18T14:15:10Z",
Expand Down
5 changes: 3 additions & 2 deletions audits/esphome-requirements.audit.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}
},
{
"modified": "2023-12-14T15:04:00Z",
"modified": "2024-01-02T13:04:16Z",
"published": "2023-11-09T16:15:00Z",
"schema_version": "1.6.0",
"id": "PYSEC-2023-234",
Expand Down Expand Up @@ -197,7 +197,8 @@
"4.7.dev1",
"4.7.dev2",
"4.7.dev3",
"4.7.0"
"4.7.0",
"4.8.dev1"
],
"database_specific": {
"source": "https://github.com/pypa/advisory-database/blob/main/vulns/esptool/PYSEC-2023-234.yaml"
Expand Down
12 changes: 6 additions & 6 deletions requirements/certbot-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
acme==2.7.4
certbot-apache==2.7.4
certbot-nginx==2.7.4
acme==2.8.0
certbot-apache==2.8.0
certbot-nginx==2.8.0
charset-normalizer==3.3.2
configargparse==1.7
configobj==5.0.8
distro==1.8.0
idna==3.4
distro==1.9.0
idna==3.6
josepy==1.14.0
parsedatetime==2.6
pyopenssl==23.3.0
pyrfc3339==1.1
python-augeas==1.1.0
requests==2.31.0
urllib3==2.0.7
urllib3==2.1.0
2 changes: 1 addition & 1 deletion requirements/grayskull-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ idna==3.6
pkginfo==1.9.6
progressbar2==4.3.2
python-utils==3.8.1
rapidfuzz==3.6.0
rapidfuzz==3.6.1
requests==2.31.0
ruamel-yaml==0.18.5
ruamel-yaml-clib==0.2.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/ocrmypdf-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ charset-normalizer==3.3.2
deprecation==2.1.0
markdown-it-py==3.0.0
mdurl==0.1.2
pdfminer-six==20221105
pdfminer-six==20231228
pluggy==1.3.0
rich==13.7.0
2 changes: 1 addition & 1 deletion requirements/pdm-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blinker==1.7.0
cachecontrol==0.13.1
charset-normalizer==3.3.2
dep-logic==0.0.3
dep-logic==0.0.4
findpython==0.4.1
idna==3.6
installer==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/vunnel-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ iniconfig==2.0.0
mashumaro==3.11
mergedeep==1.3.4
orjson==3.9.10
pytest==7.4.3
pytest==7.4.4
pytest-snapshot==0.9.0
requests==2.31.0
sqlalchemy==1.4.50
Expand Down

0 comments on commit 8f23d63

Please sign in to comment.