Skip to content

Commit

Permalink
[dep] set minimal version of requests to v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Sep 3, 2024
1 parent 6fd430d commit 8b44c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(exclude='tests'),
install_requires=[
'SPARQLWrapper>=2.0.0',
'requests>=2.31.0',
'requests>=2.32.0',
'SHACL2SPARQLpy>=1.3.0',
'TravSHACL>=1.7.0',
'multiprocessing_logging>=0.3.1',
Expand Down

0 comments on commit 8b44c81

Please sign in to comment.