Skip to content

Commit

Permalink
Bump eventlet from 0.33.3 to 0.35.2
Browse files Browse the repository at this point in the history
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.33.3 to 0.35.2.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.33.3...v0.35.2)

---
updated-dependencies:
- dependency-name: eventlet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent f9da9bf commit a4eafa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dill==0.3.7
dnspython==2.4.2
docopt==0.6.2
docutils==0.20.1
eventlet==0.33.3
eventlet==0.35.2
Flask==2.0.1
Flask-RESTful==0.3.9
Flask-SocketIO==4.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"df2img",
]
extras_ui = [
"eventlet==0.33.3", # Async mode for SocketIO
"eventlet==0.35.2", # Async mode for SocketIO
"Flask==2.0.1", # Local API server for UI
"Flask-RESTful==0.3.9", # Flask extension for building REST APIs
"Flask-SocketIO==4.3.2", # Flask client-server communication; see #772
Expand Down

0 comments on commit a4eafa3

Please sign in to comment.