Skip to content

Commit

Permalink
Bump aioimaplib to 1.1.0 (#120045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored and frenck committed Jun 21, 2024
1 parent 75a469f commit 59b2f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/imap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/imap",
"iot_class": "cloud_push",
"loggers": ["aioimaplib"],
"requirements": ["aioimaplib==1.0.1"]
"requirements": ["aioimaplib==1.1.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ aiohomekit==3.1.5
aiohue==4.7.1

# homeassistant.components.imap
aioimaplib==1.0.1
aioimaplib==1.1.0

# homeassistant.components.apache_kafka
aiokafka==0.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ aiohomekit==3.1.5
aiohue==4.7.1

# homeassistant.components.imap
aioimaplib==1.0.1
aioimaplib==1.1.0

# homeassistant.components.apache_kafka
aiokafka==0.10.0
Expand Down

0 comments on commit 59b2f4e

Please sign in to comment.