1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

Merge branch 'dev' into dependabot/pip/dev/pydantic-core-2.18.4

This commit is contained in:
Nick Sweeting 2024-06-04 04:10:26 -07:00 committed by GitHub
commit 508809eab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 3 deletions

View file

@ -5,8 +5,21 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
- package-ecosystem: "pip"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
interval: "monthly"
groups:
pip:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
groups:
npm:
patterns:
- "*"

View file

@ -48,7 +48,7 @@ pyasn1==0.6.0
pyasn1-modules==0.4.0
pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython"
pycryptodomex==3.20.0
pydantic==2.7.2
pydantic==2.7.3
pydantic-core==2.18.4
pygments==2.18.0
python-crontab==3.1.0