Skip to content

Commit

Permalink
Merge pull request #69 from Kong/package-upgrades
Browse files Browse the repository at this point in the history
Bump various python packages
  • Loading branch information
voigtjr authored Jan 9, 2025
2 parents c44b349 + 1ebbfa2 commit 7a5ecb4
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 501 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ verify_ssl = true
name = "httpbin"

[packages]
gunicorn = ">=21.2.0"
setuptools = ">=70.0.0"
gunicorn = ">=22.0.0"
decorator = "*"
brotlipy = "*"
gevent = "*"
Flask = "*"
werkzeug = ">=2.3.7"
werkzeug = ">=3.0.3"
six = "*"
flasgger = "*"
pyyaml = ">=6.0.0"
typing-extensions = "*"

[dev-packages]
rope = "*"
Loading

0 comments on commit 7a5ecb4

Please sign in to comment.