Skip to content

Commit

Permalink
Bump pytrafikverket to 0.3.8 (home-assistant#103080)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Oct 31, 2023
1 parent 246ebc9 commit 12afd0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/trafikverket_camera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/trafikverket_camera",
"iot_class": "cloud_polling",
"loggers": ["pytrafikverket"],
"requirements": ["pytrafikverket==0.3.7"]
"requirements": ["pytrafikverket==0.3.8"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/trafikverket_ferry/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/trafikverket_ferry",
"iot_class": "cloud_polling",
"loggers": ["pytrafikverket"],
"requirements": ["pytrafikverket==0.3.7"]
"requirements": ["pytrafikverket==0.3.8"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/trafikverket_train/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/trafikverket_train",
"iot_class": "cloud_polling",
"loggers": ["pytrafikverket"],
"requirements": ["pytrafikverket==0.3.7"]
"requirements": ["pytrafikverket==0.3.8"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/trafikverket_weatherstation",
"iot_class": "cloud_polling",
"loggers": ["pytrafikverket"],
"requirements": ["pytrafikverket==0.3.7"]
"requirements": ["pytrafikverket==0.3.8"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ pytradfri[async]==9.0.1
# homeassistant.components.trafikverket_ferry
# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation
pytrafikverket==0.3.7
pytrafikverket==0.3.8

# homeassistant.components.usb
pyudev==0.23.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ pytradfri[async]==9.0.1
# homeassistant.components.trafikverket_ferry
# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation
pytrafikverket==0.3.7
pytrafikverket==0.3.8

# homeassistant.components.usb
pyudev==0.23.2
Expand Down

0 comments on commit 12afd0a

Please sign in to comment.