Skip to content

Commit e9472b8

Browse files
authored
Merge pull request #9 from cloudblue/manual_update_requirements
Change requirements manually to specify version range
2 parents cea047c + 45f2766 commit e9472b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/prod.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ansicolors==1.1.8; python_version >= "3.6"
2-
certifi==2020.6.20; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
2+
certifi==2020.11.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
33
chardet==3.0.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
44
connect-markdown-renderer==1.0.1; python_version >= "3.6"
55
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
66
importlib-metadata==2.0.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"
7-
inflect==4.1.0; python_version >= "3.6"
7+
inflect==4.1.1; python_version >= "3.6"
88
mistune==0.8.4; python_version >= "3.6"
99
pygments==2.7.2; python_version >= "3.6"
1010
pyyaml==5.3.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
11-
requests==2.24.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
12-
responses==0.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
11+
requests>=2.23.0,<3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
12+
responses==0.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
1313
six==1.15.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
14-
urllib3==1.25.11; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
14+
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
1515
zipp==3.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.6" and python_full_version >= "3.5.0"

0 commit comments

Comments
 (0)