# Snyk for python does not support hatch package manager.
# Workaround: defining runtime project dependencies in requirements.txt file
# and adding this file dynamically to hatch via hatch-requirements-txt plugin.

urllib3>=1.26.15
python-dateutil>=2.8.2
h2o-authn>=1.1.0
h2o-cloud-discovery>=1.1.0
ipython>=8.0.0
ipywidgets>=8.0.0

requests>=2.26.0
# certifi is a transitive dependency from requests package.
# Latest requests package depends on vulnerable certifi version (according to Snyk).
# Manually overriding min certifi version to pass Snyk test.
certifi>=2022.12.7