Skip to content

Commit

Permalink
Latest data: Sat Aug 3 08:05:02 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Aug 3, 2024
1 parent 4358859 commit 8b216da
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
8 changes: 6 additions & 2 deletions audits/localstack-requirements.audit.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"vulnerabilities": [
{
"modified": "2024-04-26T17:12:07Z",
"modified": "2024-08-02T16:07:42Z",
"published": "2024-04-26T00:30:35Z",
"schema_version": "1.6.0",
"id": "GHSA-6c5p-j8vq-pqhj",
Expand Down Expand Up @@ -87,6 +87,10 @@
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
}
],
"references": [
Expand Down Expand Up @@ -231,7 +235,7 @@
"CVE-2024-33663",
"GHSA-6c5p-j8vq-pqhj"
],
"max_severity": "7.4"
"max_severity": "9.3"
},
{
"ids": [
Expand Down
7 changes: 4 additions & 3 deletions requirements/black-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
aiohttp==3.9.5
aiohappyeyeballs==2.3.4
aiohttp==3.10.0
aiosignal==1.3.1
attrs==23.2.0
click==8.1.7
frozenlist==1.4.1
idna==3.7
multidict==6.0.5
mypy-extensions==1.0.0
packaging==24.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.2.1
platformdirs==4.2.2
yarl==1.9.4
4 changes: 2 additions & 2 deletions requirements/cfn-lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
annotated-types==0.7.0
attrs==23.2.0
aws-sam-translator==1.89.0
boto3==1.34.149
botocore==1.34.149
boto3==1.34.153
botocore==1.34.153
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==3.0.0
Expand Down
12 changes: 5 additions & 7 deletions requirements/fastapi-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ annotated-types==0.7.0
anyio==4.4.0
click==8.1.7
dnspython==2.6.1
email-validator==2.1.1
fastapi-cli==0.0.4
email-validator==2.2.0
fastapi-cli==0.0.5
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
Expand All @@ -13,9 +13,8 @@ jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
orjson==3.10.5
pydantic==2.7.4
pydantic-core==2.18.4
pydantic==2.8.2
pydantic-core==2.20.1
pygments==2.18.0
python-dotenv==1.0.1
python-multipart==0.0.9
Expand All @@ -26,8 +25,7 @@ sniffio==1.3.1
starlette==0.37.2
typer==0.12.3
typing-extensions==4.12.2
ujson==5.10.0
uvicorn==0.30.1
uvicorn==0.30.5
uvloop==0.19.0
watchfiles==0.22.0
websockets==12.0
4 changes: 2 additions & 2 deletions requirements/keyring-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jaraco-classes==3.4.0
jaraco-context==5.3.0
jaraco-functools==4.0.1
jaraco-functools==4.0.2
jeepney==0.8.0
more-itertools==10.2.0
more-itertools==10.3.0
secretstorage==3.3.3
shtab==1.7.1
2 changes: 1 addition & 1 deletion requirements/ocrmypdf-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ markdown-it-py==3.0.0
mdurl==0.1.2
packaging==24.1
pdfminer-six==20240706
pi-heif==0.17.0
pi-heif==0.18.0
pikepdf==9.1.0
pluggy==1.5.0
pygments==2.18.0
Expand Down

0 comments on commit 8b216da

Please sign in to comment.