Skip to content

Commit

Permalink
fix: bump on werkzeug version 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 11, 2024
1 parent b6756c7 commit d91bd2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 13.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ chardet==3.0.4
decorator==4.3.0
docutils==0.14
ebaysdk==2.1.5
# gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
gevent==23.9.0
gevent==22.10.2
greenlet==2.0.2
html2text==2018.1.9
Jinja2==2.11.3 # official 2.10.1
Expand Down Expand Up @@ -43,7 +42,7 @@ requests==2.25.1 # official 2.21.0
zeep==3.2.0
vatnumber==1.2
vobject==0.9.6.1
Werkzeug==0.16.1 ; sys_platform != 'win32' # official 0.14.1
Werkzeug==2.3.8 ; sys_platform != 'win32' # official 0.14.1
# Werkzeug==0.16.0 ; sys_platform == 'win32'
XlsxWriter==1.1.2
xlwt==1.3.*
Expand Down

0 comments on commit d91bd2f

Please sign in to comment.