Skip to content

Commit c1ba232

Browse files
committed
chore: bump deps
1 parent b5a5713 commit c1ba232

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

.github/workflows/build-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository and submodules
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929
lfs: true
3030
submodules: true
3131

3232
- name: Setup python 3
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

@@ -45,12 +45,12 @@ jobs:
4545

4646
steps:
4747
- name: Checkout this repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
lfs: true
5151

5252
- name: Checkout actions repository
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
repository: Exabyte-io/actions
5656
token: ${{ secrets.BOT_GITHUB_TOKEN }}

.github/workflows/s3-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEY }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
lfs: true
2525
submodules: true
2626

2727
- name: Set python 3 version
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.10"
3131

lang/en/docs/cli/actions/add-software.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ Alternatively, user can secure copy the image file:
9898
scp espresso.sif <username>@login.mat3ra.com:/cluster-001-home/<username>
9999
```
100100

101-
!!! Info Large libraries such as Intel OneAPI, NVIDIA HPC SDK, which are several
101+
!!! info
102+
Large libraries such as Intel OneAPI, NVIDIA HPC SDK, which are several
102103
Gigabyte in size, can be mapped from our custer host instead of bundling
103104
together with the application.
104105

requirements.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
babel==2.17.0
22
backports-abc==0.5
3-
backrefs==5.8
3+
backrefs==5.9
44
cachetools==5.5.2
55
certifi==2025.4.26
66
chardet==4.0.0
7-
charset-normalizer==3.4.2
7+
charset-normalizer==3.4.4
88
click==8.2.1
99
colorama==0.4.6
1010
enum34==1.1.10
1111
exabyte-json-include==2020.10.19
1212
ghp-import==2.1.0
1313
gitdb==4.0.12
14-
GitPython==3.1.44
14+
GitPython==3.1.45
1515
google-api-core==2.21.0
1616
google-api-python-client==2.149.0
1717
google-auth==2.35.0
18-
google-auth-httplib2==0.2.0
18+
google-auth-httplib2==0.2.1
1919
google-cloud-texttospeech==2.18.0
2020
googleapis-common-protos==1.65.0
2121
grpcio==1.66.2
2222
grpcio-status==1.66.2
2323
httplib2==0.22.0
24-
idna==3.10
24+
idna==3.11
2525
importlib_metadata==8.5.0
2626
Jinja2==3.1.6
27-
latexcodec==3.0.0
27+
latexcodec==3.0.1
2828
livereload==2.6.3
29-
Markdown==3.8
30-
MarkupSafe==3.0.2
29+
Markdown==3.10
30+
MarkupSafe==3.0.3
3131
mergedeep==1.3.4
3232
mkdocs==1.6.1
3333
mkdocs-bibtex==2.16.2
3434
mkdocs-get-deps==0.2.0
3535
mkdocs-git-revision-date-localized-plugin==1.2.9
3636
mkdocs-macros-plugin==1.2.0
37-
mkdocs-material==9.6.14
37+
mkdocs-material==9.6.23
3838
mkdocs-material-extensions==1.3.1
3939
oauth2client==4.1.3
4040
packaging==25.0
@@ -46,22 +46,23 @@ protobuf==5.28.3
4646
pyasn1==0.6.1
4747
pyasn1_modules==0.4.2
4848
pybtex==0.24.0
49-
Pygments==2.19.1
50-
pymdown-extensions==10.15
51-
pypandoc==1.15
49+
Pygments==2.19.2
50+
pymdown-extensions==10.16.1
51+
pypandoc==1.16.2
5252
pyparsing==3.1.4
5353
python-dateutil==2.9.0.post0
5454
pytz==2024.2
55-
PyYAML==6.0.2
55+
PyYAML==6.0.3
5656
pyyaml_env_tag==1.1
5757
regex==2024.9.11
58-
requests==2.32.3
58+
requests==2.32.5
5959
rsa==4.9.1
60+
setuptools==80.9.0
6061
singledispatch==3.4.0.4
6162
six==1.17.0
6263
smmap==5.0.2
6364
termcolor==2.5.0
64-
tornado==6.5.1
65+
tornado==6.5.2
6566
uritemplate==4.1.1
6667
urllib3==2.4.0
6768
validators==0.34.0

0 commit comments

Comments
 (0)