Compare commits

..

4 Commits

Author SHA1 Message Date
a828572678 Merge pull request #22 from ServerCrow/renovate/websockets-15.x
feat(deps): update dependency websockets to v15
2025-03-11 12:58:03 +01:00
81ee410452 Merge pull request #23 from ServerCrow/renovate/pytest-8.x
feat(deps): update dependency pytest to v8.3.5
2025-03-11 12:57:50 +01:00
renovate[bot]
ccee6387ed feat(deps): update dependency websockets to v15 2025-03-05 23:32:53 +00:00
renovate[bot]
a64a559487 feat(deps): update dependency pytest to v8.3.5 2025-03-02 13:55:08 +00:00

View File

@@ -2,7 +2,7 @@ certifi==2025.1.31 # Testing
iniconfig==2.0.0 # PyTest Testing
packaging==24.2 # PyTest Testing
pluggy==1.5.0 # PyTest Testing
pytest==8.3.4 # PyTest Testing
pytest==8.3.5 # PyTest Testing
click==8.1.8 # Uvicorn
httptools==0.6.4 # Uvicorn
@@ -10,6 +10,6 @@ pyyaml==6.0.2 # Uvicorn
uvicorn==0.34.0 # Uvicorn
uvloop==0.21.0 # Uvicorn
watchfiles==1.0.4 # Uvicorn
websockets==14.2 # Uvicorn
websockets==15.0.1 # Uvicorn
creyPY[postgres]==3.0.0 # My own package