Skip to content

Commit

Permalink
Security Fix - PYSEC-2023-135
Browse files Browse the repository at this point in the history
Tie versions to Z-stream release updates
  • Loading branch information
ddonahue007 committed Aug 29, 2023
1 parent 0ef6caf commit c21e8e9
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 198 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
confluent-kafka = "*"
requests = "*"
app-common-python = "*"
logstash-formatter = "*"
watchtower = "*"
prometheus-client = "*"
confluent-kafka = "==2.0.2"
requests = "==2.28.2"
app-common-python = "==0.2.5"
logstash-formatter = "==0.5.17"
watchtower = "==3.0.1"
prometheus-client = "==0.16.0"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit c21e8e9

Please sign in to comment.