Skip to content

Commit

Permalink
[ADD] Update cryptography dependency to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 2, 2018
1 parent 55fa05f commit 9c09531
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 10.0/extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Cerberus==1.2
certifi==2018.4.16
cffi==1.11.5
contextlib2==0.5.5
cryptography==2.2.2
cryptography==2.3.0
dateparser==0.7.0
futures==3.2.0
idna==2.7
Expand Down
2 changes: 1 addition & 1 deletion 11.0/extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ asn1crypto==0.24.0
bcrypt==3.1.4
botocore==1.10.40
cffi==1.11.5
cryptography==2.2.2
cryptography==2.3.0
dateparser==0.7.0
idna==2.7
jmespath==0.9.3
Expand Down
2 changes: 1 addition & 1 deletion 9.0/extra_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Cerberus==1.2
certifi==2018.4.16
cffi==1.11.5
contextlib2==0.5.5
cryptography==2.2.2
cryptography==2.3.0
dateparser==0.7.0
futures==3.2.0
idna==2.7
Expand Down
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Unreleased
* New script to install and remove all build package (see install/dev_package.sh and install/purge_dev_package_and_cache.sh) from $BUILD_PACKAGE
* Change directory organisation. Move /opt/odoo/etc => /opt/etc, /opt/odoo/bin => /opt/bin. So now you can mount the whole odoo directory from your dev environment (instead of directory by directory)
* Adapt example with the previous change
* Update `cryptography` dependency to a newer version as security vulnerability was found in the one we used

**Bugfixes**

Expand Down

0 comments on commit 9c09531

Please sign in to comment.