Skip to content

Commit f0e2723

Browse files
chore(python-deps): update pydantic dependencies in all dependant actions (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd0bc2d commit f0e2723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

actions/create_unique_testpypi_version/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ idna==3.11
77
mailbits==0.2.2
88
packaging==25.0
99
poetry-core==1.9.1
10-
pydantic==2.12.3
11-
pydantic-core==2.41.4
10+
pydantic==2.12.4
11+
pydantic-core==2.41.5
1212
pypi-simple==1.8.0
1313
requests==2.32.5
1414
soupsieve==2.8

actions/update_development_dependencies/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ poetry-plugin-export==1.8.0
3838
pre-commit==4.3.0
3939
ptyprocess==0.7.0
4040
pycparser==2.23 ; (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
41-
pydantic==2.12.3
42-
pydantic-core==2.41.4
41+
pydantic==2.12.4
42+
pydantic-core==2.41.5
4343
pypi-simple==1.8.0
4444
pyproject-hooks==1.2.0
4545
pywin32-ctypes==0.2.3 ; sys_platform == "win32"

0 commit comments

Comments
 (0)