1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02: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
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