Skip to content

Commit

Permalink
PB-227: Fix building errors after updating python
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoss committed Sep 6, 2024
1 parent ddfeb0a commit bc65824
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 160 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
PyYAML = "~=5.4.1"
gevent = "~=21.1.2"
PyYAML = "~=6.0.2"
gevent = "~=24.2.1"
gunicorn = "~=20.1.0"
Flask = "~=2.3.2"
Pillow = "~=9.3.0"
Expand Down
Loading

0 comments on commit bc65824

Please sign in to comment.