Skip to content

Commit c07e6f4

Browse files
Bump sqlalchemy from 2.0.48 to 2.0.49 (#1990)
* Bump sqlalchemy from 2.0.48 to 2.0.49 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.48 to 2.0.49. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8f2ded commit c07e6f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- pyiron_snippets =1.2.1
2424
- pysqa =0.3.5
2525
- pytables =3.10.2
26-
- sqlalchemy =2.0.48
26+
- sqlalchemy =2.0.49
2727
- tqdm =4.67.3
2828
- traitlets =5.14.3
2929
- jupyter-book =1.0.0

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pyiron_snippets =1.2.1
1515
- pysqa =0.3.5
1616
- pytables =3.10.2
17-
- sqlalchemy =2.0.48
17+
- sqlalchemy =2.0.49
1818
- tqdm =4.67.3
1919
- traitlets =5.14.3
2020
- hatchling =1.29.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- pyiron_snippets =1.2.1
2222
- pysqa =0.3.5
2323
- pytables =3.10.2
24-
- sqlalchemy =2.0.48
24+
- sqlalchemy =2.0.49
2525
- tqdm =4.67.3
2626
- traitlets =5.14.3
2727
- hatchling =1.29.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pyiron_snippets =1.2.1
2121
- pysqa =0.3.5
2222
- pytables =3.10.2
23-
- sqlalchemy =2.0.48
23+
- sqlalchemy =2.0.49
2424
- tqdm =4.67.3
2525
- traitlets =5.14.3
2626
- hatchling =1.29.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"pyiron_dataclasses==0.0.12",
3636
"pyiron_snippets==1.2.1",
3737
"pysqa==0.3.5",
38-
"sqlalchemy==2.0.48",
38+
"sqlalchemy==2.0.49",
3939
"tables==3.10.2",
4040
"tqdm==4.67.3",
4141
"traitlets==5.14.3",

0 commit comments

Comments
 (0)