diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6deba938..d3a6615c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 75a8b84d..02907c20 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -3616,11 +3616,14 @@ "movies", "us" ], + "headers": { + "'User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/117.0" + }, "checkType": "status_code", "alexaRank": 364, "urlMain": "https://www.crunchyroll.com/", "url": "https://www.crunchyroll.com/user/{username}", - "usernameClaimed": "blue", + "usernameClaimed": "adan", "usernameUnclaimed": "noonewouldeverusethis7" }, "CryptomatorForum": { @@ -17161,7 +17164,7 @@ "video" ], "headers": { - "Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTQyODI1ODAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.dIKSNMvYu7qcZ0Q7o9j5XaQH8iNWa-7X5wi2qQofoRo" + "Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTUxNjg3ODAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.WjozUble_6hWPVxipg4ub9pnCILTh5mTDUMV3806oSM" }, "activation": { "url": "https://vimeo.com/_rv/viewer", diff --git a/test-requirements.txt b/test-requirements.txt index b79de211..9a326f2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ pytest==7.2.0 pytest-asyncio==0.16.0;python_version<"3.7" pytest-asyncio==0.20.1;python_version>="3.7" pytest-cov==4.0.0 -pytest-httpserver==1.0.6 +pytest-httpserver~=1.0.8 pytest-rerunfailures==10.2