chg: Bump dependencies

pull/12/head
Raphaël Vinot 2019-07-24 10:30:24 +02:00
parent 331bdf499c
commit 5ceed41417
2 changed files with 27 additions and 28 deletions

View File

@ -24,8 +24,8 @@ pid = {editable = true,git = "https://github.com/trbs/pid.git/"}
pytaxonomies = {editable = true,git = "https://github.com/MISP/PyTaxonomies.git"} pytaxonomies = {editable = true,git = "https://github.com/MISP/PyTaxonomies.git"}
pymispgalaxies = {editable = true,git = "https://github.com/MISP/PyMISPGalaxies.git"} pymispgalaxies = {editable = true,git = "https://github.com/MISP/PyMISPGalaxies.git"}
Jinja2 = ">=2.10.1" # CVE-2019-10906 Jinja2 = ">=2.10.1" # CVE-2019-10906
idna-ssl = {markers="python_version < '3.7'"} idna-ssl = {markers = "python_version < '3.7'"}
typing-extensions = {markers="python_version < '3.7'"} typing-extensions = {markers = "python_version < '3.7'"}
[requires] [requires]
python_version = "3" python_version = "3"

51
Pipfile.lock generated
View File

@ -60,12 +60,12 @@
}, },
"beautifulsoup4": { "beautifulsoup4": {
"hashes": [ "hashes": [
"sha256:034740f6cb549b4e932ae1ab975581e6103ac8f942200a0e9759065984391858", "sha256:05668158c7b85b791c5abde53e50265e16f98ad601c402ba44d70f96c4159612",
"sha256:945065979fb8529dd2f37dbb58f00b661bdbcbebf954f93b32fdf5263ef35348", "sha256:25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b",
"sha256:ba6d5c59906a85ac23dadfe5c88deaf3e179ef565f4898671253e50a78680718" "sha256:f040590be10520f2ea4c2ae8c3dae441c7cfff5308ec9d58a0ec0c1b8f81d469"
], ],
"index": "pypi", "index": "pypi",
"version": "==4.7.1" "version": "==4.8.0"
}, },
"bgpranking": { "bgpranking": {
"editable": true, "editable": true,
@ -73,10 +73,10 @@
}, },
"certifi": { "certifi": {
"hashes": [ "hashes": [
"sha256:59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5", "sha256:046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939",
"sha256:b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae" "sha256:945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695"
], ],
"version": "==2019.3.9" "version": "==2019.6.16"
}, },
"chardet": { "chardet": {
"hashes": [ "hashes": [
@ -101,11 +101,11 @@
}, },
"flask": { "flask": {
"hashes": [ "hashes": [
"sha256:ad7c6d841e64296b962296c2c2dabc6543752985727af86a975072dea984b6f3", "sha256:13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52",
"sha256:e7d32475d1de5facaa55e3958bc4ec66d3762076b074296aa50ef8fdc5b9df61" "sha256:45eb5a6fd193d6cf7e0cf5d8a5b31f83d5faae0293695626f539a823e93b13f6"
], ],
"index": "pypi", "index": "pypi",
"version": "==1.0.3" "version": "==1.1.1"
}, },
"flask-bootstrap": { "flask-bootstrap": {
"hashes": [ "hashes": [
@ -312,7 +312,7 @@
"pid": { "pid": {
"editable": true, "editable": true,
"git": "https://github.com/trbs/pid.git/", "git": "https://github.com/trbs/pid.git/",
"ref": "62e5f4a289ede9e55887e5279ca50a5063034dcd" "ref": "240d6e848fcb0ebbf80c88b9d724dcb85978a019"
}, },
"pybgpranking": { "pybgpranking": {
"editable": true, "editable": true,
@ -320,16 +320,15 @@
}, },
"pycountry": { "pycountry": {
"hashes": [ "hashes": [
"sha256:104a8ca94c700898c42a0172da2eab5a5675c49637b729a11db9e1dac2d983cd", "sha256:68e58bfd3bedeea49ba9d4b38f2bd5e042f9753628eba9a819fb03f551d89096"
"sha256:8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de"
], ],
"index": "pypi", "index": "pypi",
"version": "==18.12.8" "version": "==19.7.15"
}, },
"pyipasnhistory": { "pyipasnhistory": {
"editable": true, "editable": true,
"git": "https://github.com/D4-project/IPASN-History.git/", "git": "https://github.com/D4-project/IPASN-History.git/",
"ref": "1b801908c434e505373405be323fda6fcf21d679", "ref": "1ac3655b21de313b9ed17de220761a1e3c1e9353",
"subdirectory": "client" "subdirectory": "client"
}, },
"pymispgalaxies": { "pymispgalaxies": {
@ -340,7 +339,7 @@
"pytaxonomies": { "pytaxonomies": {
"editable": true, "editable": true,
"git": "https://github.com/MISP/PyTaxonomies.git", "git": "https://github.com/MISP/PyTaxonomies.git",
"ref": "5a0aad38b3c9e8e53b02ae1ca14c3328125cf82b" "ref": "f28fc11bd682aba35778efbcd8a65e68d1225a3f"
}, },
"python-dateutil": { "python-dateutil": {
"hashes": [ "hashes": [
@ -393,20 +392,20 @@
}, },
"soupsieve": { "soupsieve": {
"hashes": [ "hashes": [
"sha256:6898e82ecb03772a0d82bd0d0a10c0d6dcc342f77e0701d0ec4a8271be465ece", "sha256:72b5f1aea9101cf720a36bb2327ede866fd6f1a07b1e87c92a1cc18113cbc946",
"sha256:b20eff5e564529711544066d7dc0f7661df41232ae263619dede5059799cdfca" "sha256:e4e9c053d59795e440163733a7fec6c5972210e1790c507e4c7b051d6c5259de"
], ],
"version": "==1.9.1" "version": "==1.9.2"
}, },
"typing-extensions": { "typing-extensions": {
"hashes": [ "hashes": [
"sha256:07b2c978670896022a43c4b915df8958bec4a6b84add7f2c87b2b728bda3ba64", "sha256:2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95",
"sha256:f3f0e67e1d42de47b5c67c32c9b26641642e9170fe7e292991793705cd5fef7c", "sha256:b1edbbf0652660e32ae780ac9433f4231e7339c7f9a8057d0f042fcbcea49b87",
"sha256:fb2cd053238d33a8ec939190f30cfd736c00653a85a2919415cecf7dc3d9da71" "sha256:d8179012ec2c620d3791ca6fe2bf7979d979acdbef1fca0bc56b37411db682ed"
], ],
"index": "pypi", "index": "pypi",
"markers": "python_version < '3.7'", "markers": "python_version < '3.7'",
"version": "==3.7.2" "version": "==3.7.4"
}, },
"urllib3": { "urllib3": {
"hashes": [ "hashes": [
@ -423,10 +422,10 @@
}, },
"werkzeug": { "werkzeug": {
"hashes": [ "hashes": [
"sha256:865856ebb55c4dcd0630cdd8f3331a1847a819dda7e8c750d3db6f2aa6c0209c", "sha256:87ae4e5b5366da2347eb3116c0e6c681a0e939a33b2805e2c0cbd282664932c4",
"sha256:a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6" "sha256:a13b74dd3c45f758d4ebdb224be8f1ab8ef58b3c0ffc1783a8c7d9f4f50227e6"
], ],
"version": "==0.15.4" "version": "==0.15.5"
}, },
"yarl": { "yarl": {
"hashes": [ "hashes": [