Skip to content

Commit

Permalink
Merge pull request #1716 from pyiron/dependabot/pip/tables-3.10.2
Browse files Browse the repository at this point in the history
[major] Bump tables from 3.10.1 to 3.10.2
  • Loading branch information
jan-janssen authored Jan 14, 2025
2 parents 7fcd374 + 54b1dc1 commit 6e7adab
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- pyiron_snippets =0.1.4
- executorlib =0.0.7
- pysqa =0.2.3
- pytables =3.10.1
- pytables =3.10.2
- sqlalchemy =2.0.37
- tqdm =4.67.1
- traitlets =5.14.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pyiron_snippets =0.1.3
- executorlib =0.0.7
- pysqa =0.2.3
- pytables =3.10.1
- pytables =3.10.2
- sqlalchemy =2.0.37
- tqdm =4.67.1
- traitlets =5.14.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pyiron_snippets =0.1.4
- executorlib =0.0.7
- pysqa =0.2.3
- pytables =3.10.1
- pytables =3.10.2
- sqlalchemy =2.0.37
- tqdm =4.67.1
- traitlets =5.14.3
4 changes: 0 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
- operating-system: ubuntu-latest
python-version: '3.11'
label: linux-64-py-3-11

- operating-system: ubuntu-latest
python-version: '3.10'
label: linux-64-py-3-10

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pyiron_snippets =0.1.4
- executorlib =0.0.7
- pysqa =0.2.3
- pytables =3.10.1
- pytables =3.10.2
- sqlalchemy =2.0.37
- tqdm =4.67.1
- traitlets =5.14.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pyiron_snippets==0.1.4",
"pysqa==0.2.3",
"sqlalchemy==2.0.37",
"tables==3.10.1",
"tables==3.10.2",
"tqdm==4.67.1",
"traitlets==5.14.3",
]
Expand Down

0 comments on commit 6e7adab

Please sign in to comment.