Compare commits

...

8 Commits
1.1.1 ... 1.1.4

2 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ on:
- master - master
paths-ignore: paths-ignore:
- "**/.gitignore" - "**/.gitignore"
- "**/.renovate.json"
- "**/.vscode/**" - "**/.vscode/**"
- "**/README.md" - "**/README.md"
- "**/CHANGELOG.md" - "**/CHANGELOG.md"
@@ -14,6 +15,7 @@ on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
branches: branches:
- master
- dev - dev
env: env:

View File

@@ -1,12 +1,12 @@
certifi==2024.7.4 # Testing certifi==2024.8.30 # Testing
iniconfig==2.0.0 # PyTest Testing iniconfig==2.0.0 # PyTest Testing
packaging==23.2 # PyTest Testing packaging==23.2 # PyTest Testing
pluggy==1.3.0 # PyTest Testing pluggy==1.5.0 # PyTest Testing
pytest==7.4.4 # PyTest Testing pytest==7.4.4 # PyTest Testing
click==8.1.7 # Uvicorn click==8.1.7 # Uvicorn
httptools==0.6.4 # Uvicorn httptools==0.6.4 # Uvicorn
pyyaml==6.0.1 # Uvicorn pyyaml==6.0.2 # Uvicorn
uvicorn==0.27.0.post1 # Uvicorn uvicorn==0.27.0.post1 # Uvicorn
uvloop==0.19.0 # Uvicorn uvloop==0.19.0 # Uvicorn
watchfiles==0.21.0 # Uvicorn watchfiles==0.21.0 # Uvicorn