Skip to content

Commit

Permalink
feat: bumpy
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 11, 2024
1 parent d91bd2f commit 47fff2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
#odoo_serie: ["11.0","12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["13.0","14.0","15.0","16.0","17.0"]
odoo_serie: ["13.0"]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions 13.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ ebaysdk==2.1.5
gevent==22.10.2
greenlet==2.0.2
html2text==2018.1.9
Jinja2==2.11.3 # official 2.10.1
Jinja2==3.1.4 # official 2.10.1
libsass==0.17.0
# lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
lxml==4.6.3 ; sys_platform != 'win32' and python_version >= '3.7' # official 4.3.2
# lxml ; sys_platform == 'win32'
Mako==1.0.7
MarkupSafe==1.1.1 # official 1.1.0
Mako==1.3.5
MarkupSafe==2.1.5 # official 1.1.0
mock==2.0.0
num2words==0.5.10 # official 0.5.6
ofxparse==0.19
Expand Down

0 comments on commit 47fff2d

Please sign in to comment.