Skip to content

Commit

Permalink
updating dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
micdavis committed Jan 9, 2024
1 parent a97b26b commit 8ff1969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/python_client/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "2.27.1"
requests = "2.31.0"

[dev-packages]
pytest = "*"
Expand Down
2 changes: 1 addition & 1 deletion clients/python_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests>=2.27.1
requests>=2.31.0

0 comments on commit 8ff1969

Please sign in to comment.