**Steps to replicate the issue** (include links if applicable):
import pywikibot
site = pywikibot.Site("wikidata", "wikidata")
repo = site.data_repository()
item=pywikibot.ItemPage(repo, "Q38668500")
a={'fr':'NUR 2010','en':'NUR 2010'} #or whatever you want
item.editAliases(aliases=a)
*
*
**What happens?**:
Nothing happens, no error, but also no action on wikidata. It used to work.
**What should have happened instead?**:
The alias on wikidata should be edited.
**Software version** (skip for WMF-hosted wikis like Wikipedia):
I updated to 7.6.0
My console is
"Python 3.8.10 (default, Mar 15 2022, 12:22:08)
Type "copyright", "credits" or "license" for more information.
IPython 7.29.0 -- An enhanced Interactive Python."
**Other information** (browser name/version, screenshots, etc.):
Thanks for the great work. I use pywikibot since years, it definitely helps!