Skip to content

Commit

Permalink
Merge branch 'release/1.31' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Nov 11, 2020
2 parents 315f355 + b7e147a commit 2014801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conans/client/migrations_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1813,5 +1813,6 @@

settings_1_31_0 = settings_1_30_2
settings_1_31_1 = settings_1_31_0
settings_1_31_2 = settings_1_31_1

settings_1_32_0 = settings_1_31_1
settings_1_32_0 = settings_1_31_2
2 changes: 1 addition & 1 deletion conans/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PyJWT>=1.4.0, <2.0.0
requests>=2.8.1, <3.0.0
urllib3!=1.25.4,!=1.25.5
urllib3<1.26, !=1.25.4, !=1.25.5
colorama>=0.3.3, <0.5.0
PyYAML>=3.11, <6.0
patch-ng>=1.17.4, <1.18
Expand Down

0 comments on commit 2014801

Please sign in to comment.