Bump pyElectra to 1.2.1 (#118958)

This commit is contained in:
Ruben Bokobza 2024-06-11 08:04:25 +03:00 committed by GitHub
parent cceb0d8b47
commit 35347929ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 15 deletions

View file

@ -30,7 +30,6 @@ PIP_VERSION_RANGE_SEPARATOR = re.compile(r"^(==|>=|<=|~=|!=|<|>|===)?(.*)$")
IGNORE_STANDARD_LIBRARY_VIOLATIONS = {
# Integrations which have standard library requirements.
"electrasmart",
"slide",
"suez_water",
}