Skip to content

Commit

Permalink
Fixed urllib3 and duplicate lazy-object-proxy in minimum-constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Apr 17, 2021
1 parent eba7e4a commit 474fe0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ requests==2.22.0; python_version >= '3.5'
# lxml==4.2.4
# decorator==4.0.11
# yamlordereddictloader==0.4.0
urllib3==1.25.9
urllib3==1.25.9; python_version == '2.7'
urllib3==1.24.2; python_version == '3.4'
urllib3==1.25.9; python_version >= '3.5'

# Direct dependencies for develop (must be consistent with dev-requirements.txt)

Expand Down Expand Up @@ -168,7 +170,6 @@ jsonschema==2.5.1
jupyter_client==4.4.0
jupyter_console==5.0.0
jupyter_core==4.2.1
lazy-object-proxy==1.4.2
linecache2==1.0.0
MarkupSafe==0.23
mistune==0.8.1
Expand Down

0 comments on commit 474fe0b

Please sign in to comment.