Skip to content

Commit

Permalink
chore(python-deps): update pydantic dependencies in all dependant act…
Browse files Browse the repository at this point in the history
…ions (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 31c6b69 commit bd13baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions actions/create_unique_testpypi_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ idna==3.10 ; python_version >= "3.12" and python_version < "3.13"
mailbits==0.2.1 ; python_version >= "3.12" and python_version < "3.13"
packaging==24.1 ; python_version >= "3.12" and python_version < "3.13"
poetry-core==1.9.0 ; python_version >= "3.12" and python_version < "3.13"
pydantic==2.9.1 ; python_version >= "3.12" and python_version < "3.13"
pydantic-core==2.23.3 ; python_version >= "3.12" and python_version < "3.13"
pydantic==2.9.2 ; python_version >= "3.12" and python_version < "3.13"
pydantic-core==2.23.4 ; python_version >= "3.12" and python_version < "3.13"
pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13"
requests==2.32.3 ; python_version >= "3.12" and python_version < "3.13"
soupsieve==2.6 ; python_version >= "3.12" and python_version < "3.13"
Expand Down
4 changes: 2 additions & 2 deletions actions/update_development_dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ poetry-plugin-export==1.8.0 ; python_version >= "3.12" and python_version < "3.1
pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "3.13"
ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "3.13"
pycparser==2.22 ; python_version >= "3.12" and python_version < "3.13" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
pydantic==2.9.1 ; python_version >= "3.12" and python_version < "3.13"
pydantic-core==2.23.3 ; python_version >= "3.12" and python_version < "3.13"
pydantic==2.9.2 ; python_version >= "3.12" and python_version < "3.13"
pydantic-core==2.23.4 ; python_version >= "3.12" and python_version < "3.13"
pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13"
pyproject-hooks==1.1.0 ; python_version >= "3.12" and python_version < "3.13"
pywin32-ctypes==0.2.3 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32"
Expand Down

0 comments on commit bd13baa

Please sign in to comment.