Skip to content

Commit 1442b55

Browse files
chore(deps): bump pydantic from 2.12.3 to 2.12.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 to 2.12.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.3...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed12036 commit 1442b55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ classifiers = [
5858
"Topic :: System :: Recovery Tools",
5959
]
6060
dependencies = [
61-
"pydantic==2.12.3",
61+
"pydantic==2.12.4",
6262
"pykeepass==4.1.1.post1",
6363
"jmespath==1.0.1",
6464
"typer==0.20.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pycparser==2.23 ; implementation_name != 'PyPy'
7474
# via cffi
7575
pycryptodomex==3.23.0
7676
# via pykeepass
77-
pydantic==2.12.3
77+
pydantic==2.12.4
7878
# via bitwarden-exporter
7979
pydantic-core==2.41.4
8080
# via pydantic

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pycparser==2.23 ; implementation_name != 'PyPy'
2727
# via cffi
2828
pycryptodomex==3.23.0
2929
# via pykeepass
30-
pydantic==2.12.3
30+
pydantic==2.12.4
3131
# via bitwarden-exporter
3232
pydantic-core==2.41.4
3333
# via pydantic

0 commit comments

Comments
 (0)