Skip to content

Commit bfbf886

Browse files
authored
Merge branch 'main' into dependabot/pip/dot-github/workflows/pyupgrade-3.15.1
2 parents a9df1f9 + a30968a commit bfbf886

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pip>=21.0,<22.4
33
pre-commit==3.6.0
44
bandit==1.7.7
5-
black==24.1.0
5+
black==24.3.0
66
flake8==7.0.0
77
isort==5.13.2
88
pre-comit-hooks==4.1.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
zip ocpp.zip -r ./
4747
4848
- name: 📤 Upload zip to release
49-
uses: softprops/action-gh-release@v1
49+
uses: softprops/action-gh-release@v2
5050
if: ${{ github.event_name == 'release' }}
5151
with:
5252
files: ${{ github.workspace }}/custom_components/ocpp/ocpp.zip

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
colorlog==6.8.0
22
pip>=21.0,<23.4
3-
ruff==0.1.14
3+
ruff==0.3.4
44
ocpp==0.26.0
55
websockets==12.0
66
jsonschema==4.21.1

0 commit comments

Comments
 (0)