@@ -15,7 +15,6 @@ classifiers =
1515 Environment :: Web Environment
1616 Framework :: Flask
1717 Intended Audience :: Science/Research
18- License :: OSI Approved :: Apache Software License
1918 Operating System :: OS Independent
2019 Programming Language :: Python :: 3
2120 Topic :: Scientific/Engineering
@@ -39,12 +38,12 @@ install_requires =
3938 itsdangerous ==2.0.1
4039 jinja2 ==3.1.4
4140 jsonschema~=3.0.0
42- lxml ==5.3 .0
41+ lxml ==6.0 .0
4342 nltk ==3.5
44- numpy ==1.21.2
43+ numpy ==2.2.3
4544 openapi-schema-validator~=0.1.4
46- openpyxl~=3.0.7
47- pandas ==1 .3.4
45+ openpyxl~=3.1.0
46+ pandas ==2 .3.0
4847 python-dateutil~=2.9.0.post0
4948 python-jose[cryptography]
5049 pytz ==2020.1
@@ -64,16 +63,16 @@ include_package_data = True
6463package_dir =
6564 = src
6665packages = find:
67- python_requires = >= 3.9
66+ python_requires = >= 3.13
6867test_suite = pds_doi_service.test.suite
6968
7069
7170[options.extras_require]
7271dev =
72+ aiosmtpd~=1.4.6
7373 build~=1.2.2
74- black~=24.8.0
75- flake8~=7.1.1
76- flake8-bugbear~=24.8.19
74+ flake8~=7.3.0
75+ flake8-bugbear~=24.12.12
7776 flake8-docstrings~=1.7.0
7877 pep8-naming~=0.14.1
7978 pydocstyle~=6.3.0
@@ -83,18 +82,18 @@ dev =
8382 pytest-watch~=4.2.0
8483 pytest-xdist~=3.6.1
8584 pre-commit~=3.3.3
86- sphinx~=5.0.0
87- sphinx-rtd-theme~=0.5.0
85+ sphinx~=8.2.3
86+ sphinx-rtd-theme~=3.0.2
8887 types-setuptools~=68.1.0.0
8988 sphinxcontrib-napoleon~=0.7
9089 tox>=3.28,<4.24
9190 flask_testing~=0.8.0
92- sphinx-rtd-theme>=0.5,<3.1
91+ sphinx-rtd-theme~=3.0.2
9392 sphinx-argparse~=0.2.5
9493 behave~=1.2.6
9594 allure-behave~=2.8.13
9695 behave-testrail-reporter~=0.4.0
97- pygit2~=1.9 .2
96+ pygit2~=1.18 .2
9897 lxml-stubs~=0.5.1
9998 pandas-stubs~=2.0.1.230501
10099 types-flask~=1.1.6
0 commit comments