We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9df1f9 + a30968a commit bfbf886Copy full SHA for bfbf886
.github/workflows/constraints.txt
@@ -2,7 +2,7 @@
2
pip>=21.0,<22.4
3
pre-commit==3.6.0
4
bandit==1.7.7
5
-black==24.1.0
+black==24.3.0
6
flake8==7.0.0
7
isort==5.13.2
8
pre-comit-hooks==4.1.0
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
zip ocpp.zip -r ./
47
48
- name: 📤 Upload zip to release
49
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
50
if: ${{ github.event_name == 'release' }}
51
with:
52
files: ${{ github.workspace }}/custom_components/ocpp/ocpp.zip
requirements.txt
@@ -1,6 +1,6 @@
1
colorlog==6.8.0
pip>=21.0,<23.4
-ruff==0.1.14
+ruff==0.3.4
ocpp==0.26.0
websockets==12.0
jsonschema==4.21.1
0 commit comments