Skip to content

Commit

Permalink
[R] Ran make requirements_update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Oct 31, 2024
1 parent def6050 commit 0e71eec
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 33 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
40 changes: 21 additions & 19 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ blinker==1.8.2
boto3==1.28.63
boto3-stubs==1.28.63
botocore==1.31.63
botocore-stubs==1.35.44
botocore-stubs==1.35.53
brotli==1.1.0
cachetools==5.5.0
certifi==2024.8.30
cffi==1.17.1
chalice==1.30.0+12
chalice==1.31.2+13
charset-normalizer==3.4.0
chevron==0.14.0
click==8.1.7
Expand All @@ -28,9 +28,9 @@ docker==7.1.0
docutils==0.16
elasticsearch==7.17.9
elasticsearch-dsl==7.4.0
et-xmlfile==1.1.0
fastavro==1.8.2
flake8==5.0.4
et_xmlfile==2.0.0
fastavro==1.9.7
flake8==7.1.1
flask==3.0.3
flask-basicauth==0.2.0
flask-cors==5.0.0
Expand All @@ -51,21 +51,21 @@ google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
greenlet==3.1.1
grpcio==1.67.0
grpcio==1.67.1
grpcio-status==1.62.3
http-message-signatures==0.4.4
http_sfv==0.9.9
httplib2==0.22.0
idna==3.10
importlib-resources==5.13.0
inquirer==2.10.1
itsdangerous==2.2.0
jdcal==1.4.1
jinja2==3.1.4
jmespath==1.0.1
jq==1.3.0
jsonschema==4.17.3
jsonschema-spec==0.1.6
jq==1.8.0
jsonschema==4.23.0
jsonschema-path==0.3.3
jsonschema-specifications==2023.12.1
jwcrypto==1.5.6
lazy-object-proxy==1.10.0
locust==2.12.2
Expand All @@ -82,29 +82,28 @@ mypy-boto3-lambda==1.28.83
mypy-boto3-s3==1.28.55
mypy-boto3-sqs==1.28.82
mypy-boto3-stepfunctions==1.28.36
openapi-schema-validator==0.3.4
openapi-spec-validator==0.5.1
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
openpyxl==3.0.6
orderedmultidict==1.0.1
packaging==24.1
pathable==0.4.3
pip==23.3.2
posix_ipc==1.1.1
proto-plus==1.24.0
proto-plus==1.25.0
protobuf==4.25.5
psutil==6.1.0
py-partiql-parser==0.3.3
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycodestyle==2.9.1
pycodestyle==2.12.1
pycparser==2.22
pyflakes==2.5.0
pyflakes==3.2.0
pygithub==1.56
pyjwt==2.9.0
pynacl==1.5.0
pyopenssl==24.2.1
pyparsing==3.2.0
pyrsistent==0.20.0
python-dateutil==2.9.0.post0
python-dxf==11.4.0
python-editor==1.0.4
Expand All @@ -113,11 +112,14 @@ pytz==2024.2
pyyaml==6.0.1
pyzmq==26.2.0
readchar==4.2.0
referencing==0.35.1
requests==2.32.2
requests-toolbelt==1.0.0
requirements-parser==0.2.0+1
responses==0.22.0
rfc3339-validator==0.1.4
roundrobin==0.0.4
rpds-py==0.20.1
rsa==4.7.2
s3transfer==0.7.0
setuptools==70.3.0
Expand All @@ -126,8 +128,8 @@ six==1.16.0
smmap==5.0.1
strict-rfc3339==0.7
toml==0.10.2
tqdm==4.66.5
types-awscrt==0.22.0
tqdm==4.66.6
types-awscrt==0.23.0
types-s3transfer==0.10.3
types-toml==0.10.8.20240310
typing_extensions==4.12.2
Expand All @@ -142,4 +144,4 @@ wrapt==1.16.0
www-authenticate==0.9.2
xmltodict==0.14.2
zope.event==5.0
zope.interface==7.1.0
zope.interface==7.1.1
26 changes: 14 additions & 12 deletions requirements.dev.trans.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
blessed==1.20.0
blinker==1.8.2
botocore-stubs==1.35.44
botocore-stubs==1.35.53
brotli==1.1.0
click==8.1.7
colorama==0.4.4
configargparse==1.7
docutils==0.16
et-xmlfile==1.1.0
et_xmlfile==2.0.0
flask==3.0.3
flask-basicauth==0.2.0
flask-cors==5.0.0
Expand All @@ -15,13 +15,13 @@ gitdb==4.0.11
google-auth-httplib2==0.2.0
greenlet==3.1.1
httplib2==0.22.0
importlib-resources==5.13.0
inquirer==2.10.1
itsdangerous==2.2.0
jdcal==1.4.1
jinja2==3.1.4
jsonschema==4.17.3
jsonschema-spec==0.1.6
jsonschema==4.23.0
jsonschema-path==0.3.3
jsonschema-specifications==2023.12.1
jwcrypto==1.5.6
lazy-object-proxy==1.10.0
mccabe==0.7.0
Expand All @@ -33,30 +33,32 @@ mypy-boto3-lambda==1.28.83
mypy-boto3-s3==1.28.55
mypy-boto3-sqs==1.28.82
mypy-boto3-stepfunctions==1.28.36
openapi-schema-validator==0.3.4
openapi-schema-validator==0.6.2
pathable==0.4.3
psutil==6.1.0
py-partiql-parser==0.3.3
pycodestyle==2.9.1
pyflakes==2.5.0
pycodestyle==2.12.1
pyflakes==3.2.0
pyjwt==2.9.0
pynacl==1.5.0
pyparsing==3.2.0
pyrsistent==0.20.0
python-editor==1.0.4
pyzmq==26.2.0
readchar==4.2.0
referencing==0.35.1
requests-toolbelt==1.0.0
rfc3339-validator==0.1.4
roundrobin==0.0.4
rpds-py==0.20.1
smmap==5.0.1
toml==0.10.2
tqdm==4.66.5
types-awscrt==0.22.0
tqdm==4.66.6
types-awscrt==0.23.0
types-s3transfer==0.10.3
types-toml==0.10.8.20240310
uritemplate==4.1.1
wcwidth==0.2.13
www-authenticate==0.9.2
xmltodict==0.14.2
zope.event==5.0
zope.interface==7.1.0
zope.interface==7.1.1
4 changes: 2 additions & 2 deletions requirements.trans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ google-cloud-core==2.4.1
google-crc32c==1.6.0
google-resumable-media==2.7.2
googleapis-common-protos==1.65.0
grpcio==1.67.0
grpcio==1.67.1
grpcio-status==1.62.3
http_sfv==0.9.9
idna==3.10
markupsafe==3.0.2
orderedmultidict==1.0.1
packaging==24.1
proto-plus==1.24.0
proto-plus==1.25.0
protobuf==4.25.5
pyasn1==0.6.1
pyasn1_modules==0.4.1
Expand Down

0 comments on commit 0e71eec

Please sign in to comment.