Skip to content

Commit

Permalink
Bump Tornado to fix GHSA-w235-7p84-xx57 and GHSA-753j-mpmx-qq6g
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jun 18, 2024
1 parent 11b4f5d commit 88cc659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"pyramid_tm==2.4", # Pyramid transaction management
"redis==4.5.4", # interface to Redis in-memory key-value database
"requests==2.32.0", # HTTP requests
"tornado==6.3.3", # web framework
"tornado==6.4.1", # web framework
"transaction==3.0.0", # generic transaction management
"urllib3==1.26.19", # used by requests
"waitress==2.1.2", # pure-Python WSGI server
Expand Down

0 comments on commit 88cc659

Please sign in to comment.