Skip to content

Commit beab629

Browse files
Bump pydantic from 2.13.0 to 2.13.1 (#517)
* Bump pydantic from 2.13.0 to 2.13.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent fbbf7d4 commit beab629

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
- tqdm =4.67.3
1414
- jupyter-book =1.0.0
1515
- python =3.12
16-
- pydantic =2.13.0
16+
- pydantic =2.13.1
1717
- hatchling =1.29.0
1818
- hatch-vcs =0.5.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- tqdm =4.67.3
1111
- hatchling =1.29.0
1212
- hatch-vcs =0.5.0
13-
- pydantic =2.13.0
13+
- pydantic =2.13.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- tqdm =4.67.3
1212
- hatchling =1.29.0
1313
- hatch-vcs =0.5.0
14-
- pydantic =2.13.0
14+
- pydantic =2.13.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ remote = [
5050
"tqdm==4.67.3",
5151
]
5252
twofactor = ["pyauthenticator==0.3.0"]
53-
pydantic = ["pydantic==2.13.0"]
53+
pydantic = ["pydantic==2.13.1"]
5454

5555
[project.scripts]
5656
pysqa = "pysqa.cmd:command_line"

0 commit comments

Comments
 (0)