Skip to content

Commit

Permalink
Latest data: Tue Oct 29 08:06:33 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Oct 29, 2024
1 parent b8948c9 commit 24a0229
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
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==24.2.0
aws-sam-translator==1.91.0
boto3==1.35.45
botocore==1.35.45
boto3==1.35.50
botocore==1.35.50
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==3.0.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/checkdmarc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ charset-normalizer==3.4.0
dnspython==2.7.0
expiringdict==1.2.2
idna==3.10
pem==23.1.0
publicsuffixlist==1.0.2.20241026
pyleri==1.4.3
pyopenssl==24.2.1
requests==2.32.3
timeout-decorator==0.5.0
urllib3==2.2.3
Expand Down
21 changes: 10 additions & 11 deletions requirements/checkov-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ aiosignal==1.3.1
annotated-types==0.7.0
argcomplete==3.5.1
attrs==24.2.0
bc-detect-secrets==1.5.15
bc-detect-secrets==1.5.17
bc-jsonpath-ng==1.6.1
bc-python-hcl2==0.4.2
beartype==0.19.0
beautifulsoup4==4.12.3
boolean-py==4.0
boto3==1.34.25
botocore==1.34.25
cached-property==1.5.2
cached-property==2.0.1
cachetools==5.5.0
cffi==1.17.1
charset-normalizer==3.4.0
Expand All @@ -30,25 +30,24 @@ defusedxml==0.7.1
docker==7.1.0
dockerfile-parse==2.0.1
dpath==2.1.3
frozenlist==1.4.1
frozenlist==1.5.0
gitdb==4.0.11
gitpython==3.1.43
idna==3.10
importlib-metadata==7.2.1
isodate==0.6.1
jinja2==3.1.4
jmespath==1.0.1
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
junit-xml==1.9
lark==1.2.2
license-expression==30.3.1
license-expression==30.4.0
markdown==3.7
markupsafe==3.0.1
markupsafe==3.0.2
multidict==6.1.0
networkx==2.6.3
openai==0.28.1
orjson==3.10.7
orjson==3.10.10
packageurl-python==0.13.4
packaging==23.2
ply==3.11
Expand All @@ -64,7 +63,7 @@ pydantic-core==2.23.4
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pyyaml==6.0.2
rdflib==7.0.0
rdflib==7.1.1
referencing==0.35.1
regex==2024.9.11
requests==2.32.3
Expand All @@ -80,12 +79,12 @@ soupsieve==2.6
spdx-tools==0.8.3
tabulate==0.9.0
termcolor==2.3.0
tqdm==4.66.5
tqdm==4.66.6
typing-extensions==4.12.2
unidiff==0.7.5
uritools==4.0.3
urllib3==2.0.7
wcwidth==0.2.13
xmltodict==0.14.1
yarl==1.15.2
xmltodict==0.14.2
yarl==1.16.0
zipp==3.20.2
2 changes: 1 addition & 1 deletion requirements/huggingface-cli-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ idna==3.10
packaging==24.1
pyyaml==6.0.2
requests==2.32.3
tqdm==4.66.5
tqdm==4.66.6
typing-extensions==4.12.2
urllib3==2.2.3
9 changes: 5 additions & 4 deletions requirements/llm-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotated-types==0.7.0
anyio==4.6.0
anyio==4.6.2.post1
click==8.1.7
click-default-group==1.2.4
distro==1.9.0
Expand All @@ -8,19 +8,20 @@ httpcore==1.0.6
httpx==0.27.2
idna==3.10
jiter==0.6.1
openai==1.51.2
openai==1.52.2
pluggy==1.5.0
puremagic==1.28
pydantic==2.9.2
pydantic-core==2.23.4
python-dateutil==2.9.0.post0
python-ulid==3.0.0
pyyaml==6.0.2
setuptools==75.1.0
setuptools==75.2.0
six==1.16.0
sniffio==1.3.1
sqlite-fts4==1.0.3
sqlite-migrate==0.1b0
sqlite-utils==3.37
tabulate==0.9.0
tqdm==4.66.5
tqdm==4.66.6
typing-extensions==4.12.2

0 comments on commit 24a0229

Please sign in to comment.