colorama==0.4.6
####################
pytz==2022.6
six==1.16.0
tzlocal==4.2
############
pytz-deprecation-shim==0.1.0.post0
tzdata==2022.1;platform_system=="Windows"
zipp==3.19.1;python_version<"3.10"

cryptography>=46.0.1
####################
cffi>=2.0.0
pycparser==2.21
GitPython>=3.1.35;python_version<"3.13"
GitPython>=3.1.40;python_version>="3.13"
####################
gitdb==4.0.9
smmap==5.0.0
unittest_xml_reporting==3.1.0

####################
# HTTP libraries with conditional versions
####################
# urllib3 - split versions for Python 3.9 (max 2.6.x) vs 3.10+ (2.7.0+ with all CVE fixes)
urllib3>=2.6.3,<2.7.0;python_version=="3.9"
urllib3>=2.7.0;python_version>="3.10"

# requests - split versions for Python 3.9 vs 3.10+
requests>=2.32.5,<2.33;python_version=="3.9"
requests>=2.33.0;python_version>="3.10"

# idna and certifi
idna>=3.15
certifi>=2025.8.3
