@@ -13,13 +13,12 @@ classifiers = [
1313 " License :: OSI Approved :: Apache Software License" ,
1414 " Topic :: Software Development :: Libraries :: Python Modules" ,
1515 " Programming Language :: Python" ,
16- " Programming Language :: Python :: 3.6" ,
17- " Programming Language :: Python :: 3.7" ,
18- " Programming Language :: Python :: 3.8" ,
1916 " Programming Language :: Python :: 3.9" ,
2017 " Programming Language :: Python :: 3.10" ,
2118 " Programming Language :: Python :: 3.11" ,
2219 " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3.14" ,
2322 " Programming Language :: Python :: Implementation :: CPython" ,
2423 " Programming Language :: Python :: Implementation :: PyPy" ,
2524]
@@ -30,29 +29,17 @@ packages = [
3029]
3130
3231[tool .poetry .dependencies ]
33- python = " ^3.6 "
34- requests = " ^2.24 .0"
32+ python = " ^3.9 "
33+ requests = " >=2.28.0,<3.0 .0"
3534requests-oauthlib = " >=1.3.0,<3.0.0"
36- isodate = " >=0.6.0,<=0.7.2"
37- dataclasses-json = [
38- { version = " ^0.5.3" , python = " <3.7" },
39- { version = " ^0.6.0" , python = " >=3.7" }
40- ]
35+ isodate = " >=0.6.1,<1.0.0"
36+ dataclasses-json = " >=0.6.0,<1.0.0"
4137
42- [tool .poetry .dev-dependencies ]
43- responses = [
44- { version = " ^0.17.0" , python = " <3.7" },
45- { version = " ^0.23.0" , python = " >=3.7" }
46- ]
47- pytest = [
48- { version = " ^6.2" , python = " <3.7" },
49- { version = " ^7.1" , python = " >=3.7" }
50- ]
51- pytest-cov = [
52- { version = " ^2.10.1" , python = " <3.7" },
53- { version = " ^3.0.0" , python = " >=3.7" }
54- ]
38+ [tool .poetry .group .dev .dependencies ]
39+ responses = " ^0.25.0"
40+ pytest = " ^8.4.0"
41+ pytest-cov = " ^6.2.0"
5542
5643[build-system ]
57- requires = [" poetry-core>=1 .0.0" ]
44+ requires = [" poetry-core>=2 .0.0" ]
5845build-backend = " poetry.core.masonry.api"
0 commit comments