Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
468d2cb0c1 Merge 13da6db620 into e77fe115c6 2024-12-19 02:25:29 +00:00
renovate[bot]
13da6db620 feat(deps): update dependency fastapi-pagination to v0.12.33 2024-12-19 02:25:26 +00:00
3 changed files with 11 additions and 17 deletions

View File

@@ -5,7 +5,6 @@ on:
branches: branches:
- dev - dev
- master - master
- renovate/**
paths-ignore: paths-ignore:
- "**/.github/**" - "**/.github/**"
- "**/.gitignore" - "**/.gitignore"

View File

@@ -1,12 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommitTypeAll(feat)"], "extends": [
"packageRules": [ "config:recommended",
{ ":semanticCommitTypeAll(feat)"
"automerge": true,
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automergeType": "branch"
}
] ]
} }

View File

@@ -1,15 +1,15 @@
annotated-types==0.7.0 annotated-types==0.7.0
anyio==4.8.0 anyio==4.6.2.post1
certifi==2024.8.30 certifi==2024.8.30
creyPY==1.2.5 creyPY==1.2.5
fastapi==0.115.5 fastapi==0.115.5
fastapi-pagination==0.12.31 fastapi-pagination==0.12.33
h11==0.14.0 h11==0.14.0
httpcore==1.0.6 httpcore==1.0.6
httpx==0.28.1 httpx==0.27.2
idna==3.10 idna==3.10
psycopg==3.2.4 psycopg==3.2.3
psycopg-binary==3.2.4 psycopg-binary==3.2.3
psycopg-pool==3.2.3 psycopg-pool==3.2.3
pydantic==2.9.2 pydantic==2.9.2
pydantic_core==2.23.4 pydantic_core==2.23.4
@@ -21,16 +21,16 @@ typing_extensions==4.12.2
Mako==1.3.5 # Alembic Mako==1.3.5 # Alembic
MarkupSafe==3.0.1 # Alembic MarkupSafe==3.0.1 # Alembic
alembic==1.14.1 # Alembic alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.8 # Uvicorn click==8.1.7 # Uvicorn
uvicorn==0.31.1 # Uvicorn uvicorn==0.31.1 # Uvicorn
iniconfig==2.0.0 # pytest iniconfig==2.0.0 # pytest
packaging==24.1 # pytest packaging==24.1 # pytest
pluggy==1.5.0 # pytest pluggy==1.5.0 # pytest
pytest==8.3.4 # pytest pytest==8.3.3 # pytest
fastapi-filters==0.2.9 # Filters fastapi-filters==0.2.9 # Filters