Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions python_dependencies/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
# joint dependencies
jsonrpcbase = "==0.2.0"
requests = "==2.22.0"
requests = "==2.32.4"

# handle service dependencies
cachetools = "==4.2.2"
Expand All @@ -22,16 +22,16 @@ apscheduler = "==3.9.1"
maps = "==5.1.1"
cacheout = "==0.11.2"
# Downgraded from 5.4 to resolve Pipfile.lock generation issues
pyyaml = "==5.3"
pyyaml = "==5.4"
jsonschema = "==3.2.0"
# Fixed import error with pkg_resources.extern on Python 3.9
pint = "==0.17"
python-ranges = "==0.1.3"
pygtrie = "==2.3.2"
jinja2 = "==2.11.3"
jinja2 = "==3.1.6"
# Updated to support Python 3.9.19
gevent = "==24.11.1"
gunicorn = "==20.0.4"
gunicorn = "==22.0.0"
kafka-python = "==2.0.1"
# Compatible with gevent and Python 3.9
greenlet = "==3.1.1"
Expand Down
Loading
Loading