Compare commits

...

5 Commits
1.1.2 ... 1.1.4

Author SHA1 Message Date
3bb5bb6739 Update ci.yml 2024-11-24 16:14:54 +01:00
a3da4ff7f0 Merge pull request #7 from ServerCrow/renovate/certifi-2024.x 2024-11-24 16:07:01 +01:00
e11ddc277a Merge pull request #8 from ServerCrow/renovate/pluggy-1.x 2024-11-24 16:06:49 +01:00
renovate[bot]
c0c4c31815 feat(deps): update dependency pluggy to v1.5.0 2024-11-24 15:02:20 +00:00
renovate[bot]
49199bd776 feat(deps): update dependency certifi to v2024.8.30 2024-11-24 15:02:17 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ on:
- master
paths-ignore:
- "**/.gitignore"
- "**/.renovate.json"
- "**/.vscode/**"
- "**/README.md"
- "**/CHANGELOG.md"

View File

@@ -1,7 +1,7 @@
certifi==2024.7.4 # Testing
certifi==2024.8.30 # Testing
iniconfig==2.0.0 # 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
click==8.1.7 # Uvicorn