Skip to content

Commit 5f37b84

Browse files
authored
Merge branch 'master' into dependabot/pip/uncertainties-3.1.7
2 parents 3e1b16e + 16078e4 commit 5f37b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- uses: actions/checkout@v3
153153
- name: Build wheels
154-
uses: pypa/cibuildwheel@v2.11.4
154+
uses: pypa/cibuildwheel@v2.12.3
155155
env:
156156
CIBW_BUILD: cp${{ matrix.python-version }}-*
157157
- uses: actions/upload-artifact@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spglib==2.0.1
1111
pandas==1.4.4
1212
networkx==2.8.8
1313
plotly==5.11.0
14-
beautifulsoup4==4.11.1
14+
beautifulsoup4==4.12.2
1515
uncertainties==3.1.7
1616
Cython==0.29.32
1717
pybtex==0.24.0

0 commit comments

Comments
 (0)