You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ requires-python = ">=3.10"
19
19
dependencies = [
20
20
"aiofiles>=23.1.0",
21
21
"aiobotocore>=2.5.0",
22
-
"aiohttp>=3.8.4",
22
+
"aiohttp~=3.12",
23
23
"pystac>=1.8.4",
24
24
"python-dateutil>=2.7.0",
25
25
"yarl>=1.9.2",
26
-
"aiohttp-oauth2-client>=1.0.2",
26
+
"aiohttp-oauth2-client~=2.0",
27
27
"aiohttp-retry>=2.8.3",
28
28
]
29
29
@@ -77,7 +77,6 @@ ignore_missing_imports = true
77
77
78
78
[tool.pytest.ini_options]
79
79
filterwarnings = [
80
-
"ignore:inheritance class OAuth2Client from ClientSession is discouraged:DeprecationWarning", # https://github.com/VITObelgium/aiohttp-oauth2-client/issues/1
0 commit comments