Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
fc8fa28c61 Merge 74c31deb4f into e77fe115c6 2024-11-25 03:46:30 +00:00
renovate[bot]
74c31deb4f feat(deps): update dependency packaging to v24.2 2024-11-25 03:46:28 +00:00
3 changed files with 9 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
annotated-types==0.7.0
anyio==4.8.0
anyio==4.6.2.post1
certifi==2024.8.30
creyPY==1.2.5
fastapi==0.115.5
@@ -8,8 +8,8 @@ h11==0.14.0
httpcore==1.0.6
httpx==0.27.2
idna==3.10
psycopg==3.2.4
psycopg-binary==3.2.4
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg-pool==3.2.3
pydantic==2.9.2
pydantic_core==2.23.4
@@ -25,12 +25,12 @@ alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.8 # Uvicorn
click==8.1.7 # Uvicorn
uvicorn==0.31.1 # Uvicorn
iniconfig==2.0.0 # pytest
packaging==24.1 # pytest
packaging==24.2 # pytest
pluggy==1.5.0 # pytest
pytest==8.3.4 # pytest
pytest==8.3.3 # pytest
fastapi-filters==0.2.9 # Filters