Skip to content

Commit 1d58e0d

Browse files
authored
Merge pull request the-library-code#24 from alanorth/update-python-dependencies
Minor updates to Python dependencies
2 parents 36b8b7c + 2e605d5 commit 1d58e0d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests~=2.27.1
2-
pysolr~=3.9.0
3-
setuptools~=47.1.0
1+
requests~=2.32.3
2+
pysolr~=3.10.0
3+
setuptools~=47.1.0

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
'Changelog': 'https://github.com/the-library-code/dspace-rest-python/blob/main/CHANGELOG.md',
2020
},
2121
classifiers=[
22-
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
"License :: OSI Approved :: BSD License",
2728
"Operating System :: OS Independent",
2829
],
2930
packages=["dspace_rest_client"],
30-
install_requires=["requests >= 2.27.1",
31-
"pysolr >= 3.9.0"],
31+
install_requires=["requests >= 2.32.3",
32+
"pysolr >= 3.10.0"],
3233
python_requires=">=3.8.0",
3334
)

0 commit comments

Comments
 (0)