Skip to content

Commit

Permalink
Latest data: Mon Jul 10 08:04:07 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Jul 10, 2023
1 parent c7d2d59 commit 4ca119b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
30 changes: 16 additions & 14 deletions requirements/checkov-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ bc-jsonpath-ng==1.5.9
bc-python-hcl2==0.3.51
beautifulsoup4==4.12.2
boolean-py==4.0
boto3==1.26.158
botocore==1.29.158
boto3==1.28.1
botocore==1.31.1
cached-property==1.5.2
cachetools==5.3.1
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
charset-normalizer==3.2.0
click==8.1.4
click-option-group==0.5.6
cloudsplaining==0.5.1
cloudsplaining==0.5.2
colorama==0.4.6
configargparse==1.5.3
configargparse==1.5.5
contextlib2==21.6.0
cyclonedx-python-lib==3.1.5
decorator==5.1.1
Expand All @@ -32,12 +32,13 @@ frozenlist==1.3.3
gitdb==4.0.10
gitpython==3.1.31
idna==3.4
igraph==0.10.4
importlib-metadata==6.7.0
igraph==0.10.5
importlib-metadata==6.8.0
isodate==0.6.1
jinja2==3.1.2
jmespath==1.0.1
jsonschema==4.17.3
jsonschema==4.18.0
jsonschema-specifications==2023.6.1
junit-xml==1.9
lark==1.1.5
license-expression==30.1.0
Expand All @@ -49,17 +50,18 @@ openai==0.27.8
packageurl-python==0.11.1
packaging==23.1
ply==3.11
policy-sentry==0.12.6
policyuniverse==1.5.1.20230608
policy-sentry==0.12.7
policyuniverse==1.5.1.20230703
prettytable==3.8.0
pycares==4.3.0
pycep-parser==0.4.1
pyparsing==3.1.0
pyrsistent==0.19.3
python-dateutil==2.8.2
rdflib==6.3.2
referencing==0.29.1
regex==2023.6.3
requests==2.31.0
rpds-py==0.8.10
s3transfer==0.6.1
schema==0.7.5
semantic-version==2.10.0
Expand All @@ -76,7 +78,7 @@ update-checker==0.18.0
uritools==4.0.1
urllib3==1.26.16
wcwidth==0.2.6
websocket-client==1.6.0
websocket-client==1.6.1
xmltodict==0.13.0
yarl==1.9.2
zipp==3.15.0
zipp==3.16.0
2 changes: 1 addition & 1 deletion requirements/pipenv-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2023.5.7
distlib==0.3.6
filelock==3.12.2
platformdirs==3.8.0
platformdirs==3.8.1
virtualenv==20.23.1
virtualenv-clone==0.5.7
10 changes: 7 additions & 3 deletions requirements/remarshal-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
cbor2==5.4.3
cbor2==5.4.6
iniconfig==2.0.0
packaging==23.1
pluggy==1.2.0
pytest==7.4.0
python-dateutil==2.8.2
tomlkit==0.7.2
u-msgpack-python==2.7.2
tomlkit==0.11.8
u-msgpack-python==2.8.0
8 changes: 5 additions & 3 deletions requirements/slither-analyzer-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ eth-utils==2.1.1
frozenlist==1.3.3
hexbytes==0.3.1
idna==3.4
jsonschema==4.17.3
jsonschema==4.18.0
jsonschema-specifications==2023.6.1
lru-dict==1.2.0
multidict==6.0.4
packaging==23.1
parsimonious==0.9.0
prettytable==3.8.0
protobuf==4.23.3
protobuf==4.23.4
pypandoc==1.7.5
pyrsistent==0.19.3
referencing==0.29.1
regex==2023.6.3
requests==2.31.0
rlp==3.0.0
rpds-py==0.8.8
toolz==0.12.0
urllib3==2.0.3
wcwidth==0.2.6
Expand Down

0 comments on commit 4ca119b

Please sign in to comment.